diff --git a/README.md b/README.md index c717432..4f6d161 100644 --- a/README.md +++ b/README.md @@ -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)