|
il y a 6 ans | |
---|---|---|
images | il y a 6 ans | |
.gitignore | il y a 6 ans | |
00_tutorial_intro.ipynb | il y a 6 ans | |
01_numpy_basics.ipynb | il y a 6 ans | |
02_numpy_indexing.ipynb | il y a 6 ans | |
LICENSE | il y a 10 ans | |
README.md | il y a 6 ans | |
requirements.txt | il y a 6 ans |
Title Credits: Gentle reference to the homonymous talk presented at EuroPython 2013 in Florence by my friend riko (a.k.a. Enrico Franchi ).
The numpy
package takes a central role in Python scientific ecosystem.
This is mainly because numpy
code has been designed with
high performance in mind.
This tutorial will provide materials for the most essential concepts
to become confident with numpy
and ndarray
in (a matter of) 90 mins
.
Part I Numpy Basics
Part II Indexing and Slicing
Part III "Advanced NumPy"
.mat
filesnumpy
The minimum recommended version of Python to use for this tutorial is Python 3.5, although Python 2.7 should be fine, as well as previous versions of Python 3.
Py3.5+ is recommended due to a reference to the @
operator in the linear algebra notebook.
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.