Parallel Programming with Python,a book about parallel in python,We will translate it into Chinese
####为什么使用并行编程
####探索并行化的几种模式
####并行编程间的通信
####识别并行编程的问题
####发现Python并行编程的工具
####小心Python GIL
####总结
####从多个输入中得到斐波那契最大的值
####爬取网页
####总结
##第四章:使用threading和concurrent.futures模块
####定义threading模块
####总结