[Numpy-discussion] Fwd: Numpy for data manipulation

Stefan van der Walt stefanv at berkeley.edu
Thu Oct 1 18:28:08 EDT 2015


On 2015-10-01 11:46:59, Alex Rogozhnikov <alex.rogozhnikov at yandex.ru>
wrote:
> Hi, I have written some numpy tips and tricks I am using, which may be 
> interesting to you.
> This is quite long reading, so I've splitted it into two parts:
>
> http://arogozhnikov.github.io/2015/09/29/NumpyTipsAndTricks1.html
> http://arogozhnikov.github.io/2015/09/30/NumpyTipsAndTricks2.html

I think that's a nice list already!

I would probably start with:

%matplotlib inline
import numpy as np

Then port all the code to Python 3 (or at least Python 2 & 3 compatible).

Perhaps some illustrations could be useful, e.g. how to use the
IronTransform to do histogram equalization.

Stéfan



More information about the NumPy-Discussion mailing list