Skip to content

Commit e469574

Browse files
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

File tree

index.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"\n",
2525
"# Libraries\n",
2626
"\n",
27+
"- [NumPy](./library_numpy.ipynb)\n",
2728
"- [scikit-learn](./library_sklearn.ipynb)\n",
2829
"- [SciPy](./library_scipy.ipynb)"
2930
]
@@ -45,7 +46,7 @@
4546
"name": "python",
4647
"nbconvert_exporter": "python",
4748
"pygments_lexer": "ipython3",
48-
"version": "3.10.10"
49+
"version": "3.11.1"
4950
}
5051
},
5152
"nbformat": 4,

0 commit comments

Comments
 (0)