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:48:48 +01:00 committed by GitHub
parent 2cdf3666fc
commit ce09f19c69
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -50,6 +50,7 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob
## Numpy: The Basics of the basics
* [New matrix](numpy/new_matrix/README.md)
* [Constants](numpy/constants/README.md)
* [Random numbers the non-legacy way](numpy/random/README.md)
## Numpy