Skip to content

Code for Python Parallel Programming Cookbook by Giancarlo Zaccone

Notifications You must be signed in to change notification settings

iamtorchstack/parallel_python

 
 

Repository files navigation

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

About

Code for Python Parallel Programming Cookbook by Giancarlo Zaccone

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%