On 2015-10-01 11:46:59, Alex Rogozhnikov <alex.rogozhni...@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 _______________________________________________ NumPy-Discussion mailing list NumPy-Discussion@scipy.org https://mail.scipy.org/mailman/listinfo/numpy-discussion