Code for Python Parallel Programming Cookbook by Giancarlo Zaccone
- Chapter 1: Getting Started with Parallel Computing and Python
- Chapter 2: Thread-based Parallelism
- Chapter 3: Process-base Parallelism
- Chapter 4: Asynchronous Programming
- Chapter 5: Distributed Python (only celery)
-
Chapter 6: GPU programming with Python(not interested)
mpi4py
package requiressudo apt-get install libcr-dev mpich2
mpich2
requirespython-dev
orpython3-dev
if you use Python 3+
Read notes in the separate file