No description
Find a file
2026-09-04 15:29:46 +02:00
exerciseA exB: add hint how to open terminal 2026-09-03 18:39:30 +02:00
exerciseB Update exerciseB/README.md 2026-09-04 00:39:51 +02:00
extras extras: add two extras 2026-09-04 15:29:20 +02:00
slides summary: add slide about other options 2026-09-04 11:34:07 +02:00
README.md Update README.md 2026-09-04 00:09:51 +02:00
toast.py add toast.py program as written during lecture 2026-09-04 15:29:46 +02:00

Parallel Python

A lecture for ASPP-Latam 2026.

Lecture outline

  1. Processes, threads and THE GIL
  2. Exercises
    • A. Multiprocessing “by hand”
    • B. Convenient multiprocessing
  3. Going further

Further resources

Asyncio

A really cool example of using asyncio with the kitchen program is in extras/.

Online