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