Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-05 17:18:42 +01:00 committed by GitHub
parent e4959670bc
commit 39ceb4454f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,8 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob
* [Files](python_basics/files/README.md)
* [os.makedirs: Creating order via sub-directories](python_basics/os_makedirs/README.md)
* [glob: Finding files in a directory](python_basics/glob/README.md)
* [Class](python_basics/class/README.md)
## Numpy
* [Beyond normal np.save](numpy_save_special/README.md)