From efefafa43e512bc829bb3d85da0e319735ad5887 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Tue, 5 Dec 2023 17:45:14 +0100 Subject: [PATCH] Update README.md Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com> --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a0a03b..27d6395 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob * [Files](python_basics/files/README.md) * [Creating order via sub-directories: os.makedirs](python_basics/os_makedirs/README.md) * [Finding files in a directory: glob](python_basics/glob/README.md) -* [Class](python_basics/class/README.md) +* [Class](python_basics/class/README.md) +* [Exceptions](python_basics/exceptions/README.md) ## Numpy