parallel_python
parallel_python copied to clipboard
Code for Python Parallel Programming Cookbook by Giancarlo Zaccone
parallel_python
Code for Python Parallel Programming Cookbook by Giancarlo Zaccone
Progress
- [x] Chapter 1: Getting Started with Parallel Computing and Python
- [x] Chapter 2: Thread-based Parallelism
- [x] Chapter 3: Process-base Parallelism
- [x] Chapter 4: Asynchronous Programming
- [x] Chapter 5: Distributed Python (only celery)
- [ ] ~~Chapter 6: GPU programming with Python~~ (not interested)
Requirements
mpi4pypackage requiressudo apt-get install libcr-dev mpich2mpich2requirespython-devorpython3-devif you use Python 3+
Notes
Read notes in the separate file