From 8f27aaa02ec9d5305b1bca307fd04da958192634 Mon Sep 17 00:00:00 2001 From: Jenni Rinker Date: Thu, 29 Aug 2024 22:15:26 +0300 Subject: [PATCH] final tweaks of readme --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36052e3..9f85ec7 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,18 @@ # Parallel Python -A lecture from ASPP 2024. The slides and exercises are in the respectively named folders. +A lecture from ASPP 2024. The slides and exercises are in `slides/` and `exercises/`, respectively. A really cool example of using `asyncio` with the dakos program is in `extras/`. -## Repo structure +## Lecture outline + + * Part 1: Processes, threads and THE GIL + * Part 2: Hands-on investigations of embarrassingly parallel problems + A. Multithreading with NumPy + B. The multiprocessing package + C. Blending processes and threads + * Part 3: Going further and wrap-up + ## Online resources