b/everythingpython edited 1 year ago by D4rkDeMoN

Mastering Concurrency in Python

Mastering Concurrency in Python (True EPUB)

English | 2018 | ISBN: 9781789343052 | 446 pages | PDF EPUB MOBI (True) | 48 MB

Mastering Concurrency in Python starts by introducing the concepts and principles in concurrency, right from Amdahl's Law to multithreading programming, followed by elucidating multiprocessing programming, web scraping, and asynchronous I/O, together with common problems that engineers and programmers face in concurrent programming. Next, the book covers a number of advanced concepts in Python concurrency and how they interact with the Python ecosystem, including the Global Interpreter Lock (GIL). Finally, you'll learn how to solve real-world concurrency problems through examples.