- Parallel Programming with Python
- Jan Palach
- 113字
- 2021-07-16 11:22:18
What you need for this book
Previous knowledge of Python programming is necessary as a Python tutorial will not be included in this book. Knowledge of concurrence and parallel programming is welcome since this book is designed for developers who are getting started in this category of software development. In regards to software, it is necessary to obtain the following:
- Python 3.3 and Python 3.4 (still under development) are required for Chapter 8, Doing Things Asynchronously
- Any code editor of the reader's choice is required
- Parallel Python module 1.6.4 should be installed
- Celery framework 3.1 is required for Chapter 5, Using Multiprocessing and ProcessPoolExecutor
- Any operating system of the reader's choice is required