Skip to content

iamtorchstack/parallel_python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors

Languages

  • Python 100.0%