From f62b1cb6d3d17d892933dd3ee7801bf97844db43 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Mon, 11 Dec 2023 12:30:22 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d3a68f4..a6f3b6b 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob * [Finding files in a directory: glob](python_basics/glob/README.md) * [Class](python_basics/class/README.md) * [Exceptions (try / except)](python_basics/exceptions/README.md) +* [The Python Standard Library​](python_basics/standard_libraries/README.md) ## Numpy