Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-13 16:32:06 +01:00 committed by GitHub
parent d77f506d79
commit ecc75f090e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,7 +49,8 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob
* [The Python Standard Library](python_basics/standard_libraries/README.md)
## Numpy: The Basics of the basics
* [Numpy: Random numbers the non-legacy way](numpy/random/README.md)
* [New matrix](numpy/new_matrix/README.md)
* [Random numbers the non-legacy way](numpy/random/README.md)
## Numpy
* [Beyond normal np.save](numpy_save_special/README.md)