From 681f5360c13cadd0cf5d19d4b36fb3cdec25e715 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Fri, 29 Dec 2023 02:31:04 +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 2429d46..f205a3b 100644 --- a/README.md +++ b/README.md @@ -63,6 +63,7 @@ Important VS Code notes: * [Dataclass](python_basics/dataclass/README.md) * [Organizing parameters: dataclasses and dataconf](python_basics/dataconf/README.md) * [ProcessPoolExecutor: A fast way to implement multiprocessing](python_basics/ProcessPoolExecutor/README.md) +* [Logging](python_basics/logger/README.md) ## Numpy: The Basics of the basics