-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
- In operations.rst, around line 209: the "data statistics" example
can probably be completely removed in my eyes (it is in the
exercises.rst file). - I'd really like the random walk example back in. I use it to teach
how a problem can be vectorized, rather than relying on for loops. - The transpose remark should be put back in. It is a very important
remark, in my experience. - array_object.rst, line 767: I would keep the simple 'arange(10)'
example, just for the sake of simplicity, unless I am missing the point.