Book Image

Concurrent Programming in Python [Video]

By : BignumWorks Software LLP
Book Image

Concurrent Programming in Python [Video]

By: BignumWorks Software LLP

Overview of this book

In this course, you will skill-up with techniques related to various aspects of concurrent programming in Python, including common thread programming techniques and approaches to parallel processing. Filled with examples, this course will show you all you need to know to start using concurrency in Python. You will learn about the principal approaches to concurrency that Python has to offer, including libraries and tools needed to exploit the performance of your processor. Learn the basic theory and history of parallelism and choose the best approach when it comes to parallel processing. After taking this course you will have gained an in-depth knowledge of using threads and processes with the help of real-world examples.
Table of Contents (6 chapters)
Chapter 6
Using a Pool of Workers
Content Locked
Section 2
When and How to Use a Pool of Workers
Get introduced to the multiprocessing Pool class and learn when how to use the pool of workers through a real-world usage of it. - We will introduce you to the multiprocessing Pool class - Enhance the thumbnail generation program to use a pool of workers - And we shall also learn about when to use pool of workers