Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 924 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 924 Bytes

Requirements Status

parallel_python

Code for Python Parallel Programming Cookbook by Giancarlo Zaccone

Progress

  • 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)

Requirements

  • mpi4py package requires sudo apt-get install libcr-dev mpich2
  • mpich2 requires python-dev or python3-dev if you use Python 3+

Notes

Read notes in the separate file