Update README.md

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-13 15:45:58 +01:00 committed by GitHub
parent d5fe6ff6a2
commit 36000ced3e
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
- [Tuple](python_basics/tuple/README.md)
* Mapping Types
- [Dict](python_basics/dict/README.md)
* [Functions](python_basics/functions/README.md)
* [Type annotations](python_basics/python_typing/README.md)
* [Files](python_basics/files/README.md)
* [JSON and dict for parameter files](python_basics/json/README.md)