No description
Find a file
2025-09-25 14:39:07 +03:00
exercises exB: add markup 2025-09-25 14:34:22 +03:00
extras extras/threading_example: add intro 2025-09-25 14:39:07 +03:00
slides delete extra codealong 2024-08-30 16:04:11 +03:00
.gitignore ignore timings and results 2024-08-29 11:41:10 +02:00
2024_lecture_timings_notes.md adding 2024 lecture timings 2024-08-30 16:38:21 +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