Commit e469574
Add material on NumPy library (#163)
* Add intro.
* Add a section on ndarray.
* Add exercises for the ndarray creation section.
* Add dtype section with exercises.
* Add a section on indexing, slicing, and iterating.
* Add section on other attributes and methods of ndarray.
* Add exercises on indexing, slicing, and iterating. Also add section on axis argument.
* Add missing sections headers.
* Add section on vectorized operations.
* Started to write a section on NumPy routines, added some exercises.
* Add a section on NumPy routines.
* small change.
* fix
* Added broadcasting example.
* Add NumPy library to the index.
* Add the advanced indexing section.
* Move some exercises from scipy to numpy.
* Add exercises on vectorized operations.
* Add solutions to the final exercises.
* fix example description.
---------
Co-authored-by: Simone Baffelli <simone.baffelli@empa.ch>1 parent 1047db1 commit e469574
3 files changed
Lines changed: 2773 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | | - | |
| 49 | + | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| |||
0 commit comments