Find a file
2024-08-30 12:27:32 +03:00
exercises update plot to relative speed up 2024-08-30 12:27:32 +03:00
extras/kitchen_asyncio extras: add example for asyncio 2024-08-29 19:23:00 +03:00
slides animation fixes and pdf 2024-08-29 22:12:06 +03:00
.gitignore plot multi-thread timings 2024-08-30 12:09:47 +03:00
README.md changing enumeration 2024-08-29 22:18:02 +03:00

Parallel Python

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/.

Lecture outline

  1. Processes, threads and THE GIL
  2. Hands-on investigations of embarrassingly parallel problems
    A. Multithreading with NumPy
    B. The multiprocessing package
    C. Blending processes and threads
  3. Going further

Online resources