From 8fd41233b38ad7d75b476e6596c3a8c67dfb5b49 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Mon, 4 Dec 2023 12:38:35 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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)