Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-15 00:58:12 +01:00 committed by GitHub
parent 889bf9dfff
commit e44326a3d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,7 +57,7 @@ Important VS Code notes:
* [The Python Standard Library](python_basics/standard_libraries/README.md)
## Numpy: The Basics of the basics
* [The N-dimensional array (ndarray)](numpy/ndarray/README.md)
* [The N-dimensional array (ndarray)](numpy/ndarray/README.md)
* [Making a matrix from numerical ranges](numpy/numerical_ranges/README.md)
* [New matrix](numpy/new_matrix/README.md)
* [Reshape and flatten](numpy/reshape/README.md)