From 6a241d8f1dedc12ef579b354d0ee0b547407d3d1 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Tue, 12 Dec 2023 23:15:39 +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 2bf9d2d..54402f0 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ All the tutorials are tested with Python 3.11.x. Older version might have a prob * Mapping Types - [Dict​](python_basics/dict/README.md) * [Files](python_basics/files/README.md) +* [JSON and dict for parameter files](python_basics/json/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)