From 39ceb4454f11d7b5dc557079cae50bff55e90367 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Tue, 5 Dec 2023 17:18:42 +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 9d735bc..da08102 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob * [Files](python_basics/files/README.md) * [os.makedirs: Creating order via sub-directories](python_basics/os_makedirs/README.md) * [glob: Finding files in a directory](python_basics/glob/README.md) +* [Class](python_basics/class/README.md) + ## Numpy * [Beyond normal np.save](numpy_save_special/README.md)