Update README.md

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

View file

@ -11,6 +11,9 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob
## Python: The Basics of the basics
* [Truth Value Testing](Truth_Value_Testing/README.md)
## Numpy
* [Beyond normal np.save](numpy_save_special/README.md)
## Python: Data analysis
* [Numpy: Random numbers the non-legacy way](numpy_random/README.md)