Parallelism in Python

Date:

Slides: nbviewer

Introduces students to parallel program in Python using task graphs with Dask. Exercises aim to help students build intuition about how parallel tasks may be reperesented in task graphs and how to improve performance.