Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.

lancelote/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

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages