Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-14 14:56:24 +01:00 committed by GitHub
parent 4fab448f60
commit 5d05b4fe5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,6 +58,7 @@ Important VS Code notes:
## Numpy: The Basics of the basics
* [New matrix](numpy/new_matrix/README.md)
* [Reshape and flatten](numpy/reshape/README.md)
* [Available dtypes](numpy/dtype/README.md)
* [Constants](numpy/constants/README.md)
* [Math functions](numpy/math_functions/README.md)