好资源收集站

Python Concurrency with asyncio

Python Concurrency with asyncio
出版时间:2022.2
官网链接:Manning
下载地址:百度网盘(truePDF+EPUB+MOBI)

内容简介:

Learn how to speed up slow Python code with concurrent programming and the cutting-edge asyncio library.

Python is flexible, versatile, and easy to learn. It can also be very slow compared to lower-level languages. Python Concurrency with asyncio teaches you how to boost Python’s performance by applying a variety of concurrency techniques. You’ll learn how the complex-but-powerful asyncio library can achieve concurrency with just a single thread and use asyncio’s APIs to run multiple web requests and database queries simultaneously. The book covers using asyncio with the entire Python concurrency landscape, including multiprocessing and multithreading.

about the technology

It’s easy to overload standard Python and watch your programs slow to a crawl. Th e asyncio library was built to solve these problems by making it easy to divide and schedule tasks. It seamlessly handles multiple operations concurrently, leading to apps that are lightning fast and scalable.

about the book

Python Concurrency with asyncio introduces asynchronous, parallel, and concurrent programming through hands-on Python examples. Hard-to-grok concurrency topics are broken down into simple flowcharts that make it easy to see how your tasks are running. You’ll learn how to overcome the limitations of Python using asyncio to speed up slow web servers and microservices. You’ll even combine asyncio with traditional multiprocessing techniques for huge improvements to performance.

what’s inside

about the reader

For intermediate Python programmers. No previous experience of concurrency required.

about the author

Matthew Fowler has over 15 years of software engineering experience in roles from architect to engineering director.

退出移动版