No description
Find a file
2026-07-31 22:14:13 +02:00
demos change pantry to be dictionary 2026-07-31 09:50:41 -06:00
exerciseA upload demo and exercise solution 2026-07-31 22:12:05 +02:00
exerciseB upload exercise 2026-07-31 17:40:31 +02:00
slides part_III: adjust slides 2026-07-31 12:15:10 -06:00
2026-latam-timings.txt add timings 2026-07-31 14:05:51 -06:00
README.md add readme 2026-07-29 20:24:02 +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