From e21b65b33d20d6b10369e93f6b7e193244c5255f Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Thu, 28 Dec 2023 02:00:33 +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 d790db7..7128bdd 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ Important VS Code notes: ## Python: Special topics * [The Python Standard Library​](python_basics/standard_libraries/README.md) * [Dataclass](python_basics/dataclass/README.md) +* [Organizing parameters: dataclasses and dataconf](python_basics/dataconf/README.md) ## Numpy: The Basics of the basics