Parallel-Programming-with-Python/README.md at master · gorlf/Parallel-Programming-with-Python · GitHub
Skip to content

Latest commit

 

History

History
100 lines (46 loc) · 8.97 KB

File metadata and controls

100 lines (46 loc) · 8.97 KB

Parallel-Programming-with-Python

Parallel Programming with Python,a book about parallel in python,We will translate it into Chinese

##第一章:并行、并发分布式编程对比分析

##第二章:设计并行算法

##第三章:识别一个可并行的问题

##第四章:使用threading和concurrent.futures模块

##第五章:使用多进程和进程池

##第六章:利用并行Python

##第七章:用Celery分发任务