Список категорий


Python Concurrency with asyncio


Автор: Matthew Fowler
Дата выхода: 2022
Издательство: Manning Publications Co.
Количество страниц: 378
Размер файла: 6,1 МБ



 Python Concurrency with asyncio was written to teach you how to utilize concurrency in Python to improve application performance, throughput, and responsiveness. We start by focusing on core concurrency topics, explaining how asyncio’s model of singlethreaded concurrency works as well as how coroutines and async/await syntax works. We then transition into practical applications of concurrency, such as making multiple web requests or database queries concurrently, managing threads and processes, building web applications, and handling synchronization issues.

Who should read this book?

 This book is for intermediate to advanced developers who are looking to better understand and utilize concurrency in their existing or new Python applications. One of the goals of this book is to explain complex concurrency topics in plain, easy-tounderstand language. To that end, no prior experience with concurrency is needed, though of course, it is helpful. In this book we’ll cover a wide range of uses, from webbased APIs to command-line applications, so this book should be applicable to many problems you’ll need to solve as a developer.



Если вам понравилась эта книга поделитесь ею с друзьями, тем самым вы помогаете нам развиваться и добавлять всё больше интересных и нужным вам книг!