Find a file
2024-08-30 13:36:19 +02:00
exercises Merge branch 'main' of git.aspp.school:ASPP/2024-heraklion-parallel-python 2024-08-30 13:36:19 +02:00
extras/kitchen_asyncio extras: add example for asyncio 2024-08-29 19:23:00 +03:00
slides exB: move slides into the exercise folder 2024-08-30 13:52:16 +03:00
.gitignore ignore timings and results 2024-08-29 11:41:10 +02: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