Jump to ratings and reviews
Rate this book

Python Concurrency Jump-Start

Python ThreadPool Jump-Start: Run Your IO-Bound Functions Concurrently With Just A Few Lines Of Code

Rate this book
How much faster could your Python code run (if you used 100s of threads)?

The ThreadPool class provides easy-to-use thread-based concurrency for IO-bound tasks.

This is not some random third-party library, this is a class provided in the Python standard library (already installed on your system).

This is the class you need to make your code run faster.

There's just one problem. No one knows about it (or how to use it well).

Introducing: "Python ThreadPool Jump-Start". A new book designed to teach you thread pools in Python, super fast!

You will get a rapid-paced, 7-part course to get you started and make you awesome at using the ThreadPool.

Including:

* How to create thread pools and when to use them.
* How to configure thread pools including the number of threads.
* How to execute tasks with worker threads and wait for results.
* How to execute tasks in the thread pool asynchronously.
* How to execute tasks lazily and respond to results as tasks complete.
* How to handle results with callbacks and check the status of tasks.
* How to develop a port scanner that is 70x faster than the sequential version.

Each of the 7 lessons was carefully designed to teach one critical aspect of the ThreadPool, with explanations, code snippets and worked examples.

Each lesson ends with an exercise for you to complete to confirm you understood the topic, a summary of what was learned, and links for further reading if you want to go deeper.

Stop copy-pasting code from StackOverflow answers.

Learn Python concurrency correctly, step-by-step.

108 pages, Paperback

Published August 10, 2022

About the author

Jason Brownlee

47 books76 followers
Jason Brownlee, Ph.D. trained and worked as a research scientist and software engineer for many years (e.g. enterprise, R&D, and scientific computing), and is known online for his work on Computational Intelligence (e.g. Clever Algorithms), Machine Learning and Deep Learning (e.g. Machine Learning Mastery, sold in 2021) and Python Concurrency (e.g. Super Fast Python).

Jason writes fiction under the pseudonym J.D. Brownlee: https://www.goodreads.com/jdbrownlee

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
1 (33%)
4 stars
2 (66%)
3 stars
0 (0%)
2 stars
0 (0%)
1 star
0 (0%)
No one has reviewed this book yet.

Can't find what you're looking for?

Get help and learn more about the design.