From 6e0b089f4bf84212091b0becd13ee3e525a123fe Mon Sep 17 00:00:00 2001 From: David Rotermund <54365609+davrot@users.noreply.github.com> Date: Thu, 28 Dec 2023 14:42:17 +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 dbcb884..5a1ed6c 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ Important VS Code notes: * [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) +* [ProcessPoolExecutor: A fast way to implement multiprocessing](python_basics/ProcessPoolExecutor/README.md) ## Numpy: The Basics of the basics