Python Parallel Programming Cookbook(PACKT,2015)

上传:linzhicheng 浏览: 53 推荐: 0 文件:pdf 大小:2.92MB 上传时间:2018-12-09 00:06:14 版权申诉
Parallel programming techniques are required for a developer to get the best use of all the computational resources available today and to build efficient software systems. From multi-core to GPU systems up to the distributed architectures, the high computation of programs throughout requires the use of programming tools and software libraries. Because of this, it is becoming increasingly important to know what the parallel programming techniques are. Python is commonly used as even non-experts can easily deal with its concepts. This book will teach you parallel programming techniques using examples in Python and will help you explore the many ways in which you can write code that allows more than one process to happen at once. Starting with introducing you to the world of parallel computing, it moves on to cover the fundamentals in Python. This is followed by exploring the thread-based parallelism model using the Python threading module by synchronizing threads and using locks, mutex, semaphores queues, GIL, and the thread pool.

Python Parallel Programming Cookbook(PACKT,2015)

Python Parallel Programming Cookbook(PACKT,2015)

Python Parallel Programming Cookbook(PACKT,2015)

Python Parallel Programming Cookbook(PACKT,2015)

Python Parallel Programming Cookbook(PACKT,2015)

Python Parallel Programming Cookbook(PACKT,2015)

上传资源
用户评论

wanning_74755 2018-12-09 00:06:14

图书清晰,推荐

cat76989 2018-12-09 00:06:14

很不错的书

u796145678 2018-12-09 00:06:14

最近在用Python写一个多线程的应用,读了前面两张,感觉非常不错。 最后几张,打算用一到二周读完。 有利于提高自己的Python编程技巧。