Update README.md

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

View file

@ -10,6 +10,7 @@ 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](python_basics/truth_value_testing/README.md)
* [Formatted String Literals](python_basics/formatted_string_literals/README.md)
## Numpy
* [Beyond normal np.save](numpy_save_special/README.md)