Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-27 16:51:46 +01:00 committed by GitHub
parent 1475ddfdbf
commit 551dd89ba0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -65,6 +65,7 @@ Important VS Code notes:
## Numpy: The Basics of the basics
* [The N-dimensional array (ndarray)](numpy/ndarray/README.md)
* [Dimensions and shape](numpy/dimensions/README.md)
- [Broadcasting: Automatic adaption of dimensions](numpy/broadcasting/README.md)
* [Making a matrix from numerical ranges](numpy/numerical_ranges/README.md)
* [New matrix](numpy/new_matrix/README.md)
* [Save and load](numpy/load_save/README.md)