Jump to ratings and reviews
Rate this book

Asynchronous programming

Rate this book
More and more companies are switching to microservice architecture and this trend leads to an increased I/O load on the entire system and growing number of connections. Asynchronous code is perfect for developing microservices and solves such problems. But not everyone understands the concept internally. This small book was written for just one purpose - explain the asynchrony concept from beginning to end. This book is intended first of all for developers who already have some experience in writing programs but just want to structure and systematize their knowledge about asynchronous programming and on how it is designed. We will go from low level socket operations to higher levels, the last chapter is entirely devoted to asynchronous frameworks in Python language in order to map the theory to practical implementations. Complete with ready-to-use code and discussions about how and why solutions work, these recipes help - Get up to speed on concurrency and async and parallel programming - Analyze problems commonly faced in concurrent programming - Use async and await for asynchronous operations - Understand the core concepts of asynchronous programming - Understand low-level and high level concepts behind asynchronous programming with Python examples - Explore multithreaded and parallel programming with Python

57 pages, Kindle Edition

Published September 29, 2020

2 people are currently reading
12 people want to read

About the author

Kirill Bobrov

2 books4 followers

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
3 (50%)
4 stars
1 (16%)
3 stars
2 (33%)
2 stars
0 (0%)
1 star
0 (0%)
Displaying 1 - 2 of 2 reviews
Profile Image for Denizhan Dakılır.
4 reviews
April 26, 2025
Good book on the subject of asynchronous programming, but overall i don't think it could be a "read and learn all". It's more like so an introduction book, although with the lens of Python examples, you can apply this to every language (without their tricks unique to language specific.)
Displaying 1 - 2 of 2 reviews

Can't find what you're looking for?

Get help and learn more about the design.