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:38:35 +01:00 committed by GitHub
parent b011a1f33e
commit 8fd41233b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,8 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob
## Python: Daily little helper
* [os.makedirs: Creating order via sub-directories](python_os_makedirs/README.md)
* [TQDM: Make your progress visible](TQDM/README.md)
* [glob: Finding files in a directory](glob/README.md)