From 60ce30cb9ad02508da51f3285c7fde27d21294a1 Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Thu, 28 Dec 2023 17:02:14 +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 af76847..276eba4 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,7 @@ Important VS Code notes: * [Built-in Keywords](python_basics/keywords/README.md) ## Python: Special topics +* [pickle: save and load Python object](python_basics/pickle/README.md) * [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)