5 ms·
Well, this is pretty basic stuff, for people interested a little bit more in NumPy I recommend SciPy lectures: http://scipy-lectures.github.com/intro/numpy/inde
by kkuduk 14y ago
Well, this is pretty basic stuff, for people interested a little bit more in NumPy I recommend SciPy lectures:
http://scipy-lectures.github.com/intro/numpy/index.html http://scipy-lectures.github.com/intro/numpy/index.html
http://scipy-lectures.github.com/advanced/advanced_numpy/index.html http://scipy-lectures.github.com/advanced/advanced_numpy/ind...
- aidos 14y agoWow, great links. Been working with NumPy recently and I'd struggled to find a good introduction. Straight away these docs are useful: np.lookfor('create array')
- jofer 14y agoAt the moment, scipy-lectures is probably the best comprehensive introduction to the scientific python ecosystem. If you're looking for a more detailed overview of just numpy, the original numpy book (http://www.tramy.us/numpybook.pdf http://www.tramy.us/numpybook.pdf ) is quite good, as well.