Update README.md

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

View file

@ -38,6 +38,7 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob
* Mapping Types * Mapping Types
- [Dict](python_basics/dict/README.md) - [Dict](python_basics/dict/README.md)
* [Files](python_basics/files/README.md) * [Files](python_basics/files/README.md)
* [JSON and dict for parameter files](python_basics/json/README.md)
* [Creating order via sub-directories: os.makedirs](python_basics/os_makedirs/README.md) * [Creating order via sub-directories: os.makedirs](python_basics/os_makedirs/README.md)
* [Finding files in a directory: glob](python_basics/glob/README.md) * [Finding files in a directory: glob](python_basics/glob/README.md)
* [Class](python_basics/class/README.md) * [Class](python_basics/class/README.md)