Python for HPC at SDSC Summer Institute 2026

python
hpc
sdsc
events
education
ai
Author

Andrea Zonca

Published

September 1, 2026

I updated the Python for HPC session I taught at the SDSC Summer Institute 2026 (August 7, 2026). The material was heavily rewritten for this year - a substantial rework, not a refresh of the 2025 version.

What changed:

The session follows one practical path: time a slow Python loop, speed it up with Numba, choose threads vs. processes by the type of work, spread the work across chunks with Dask, then run it on two Expanse nodes.

Repository: https://github.com/sdsc/sdsc-summer-institute-2026 (session 6.1_python_for_HPC).

License: All teaching material is licensed under CC BY-NC-SA 4.0.

If you reuse or adapt any of it, please cite the DOI: 10.5281/zenodo.21909401 - and if you have any problems or feedback, open an issue.