Jump to ratings and reviews
Rate this book

Python Asyncio Mastery: Discover Modern Asynchronous Programming In Python With Asyncio

Rate this book
Asynchronous programming is built into Python.

The language directly supports coroutines as first-class objects with the async and await expressions for asynchronous programming. The asyncio module provides tools for creating and managing asynchronous task and for developing non-blocking I/O client and server programs.

Asyncio is not coming, it's here.

Skills in asyncio are in demand and the demand is growing.

Asynchronous programming and asyncio are how we develop modern scalable event-driven programs in Python. This paradigm dominates modern Python web development, API development, and network programming, and there are few Python programs that do not touch on these areas.

Developing concurrent programs using coroutines and the asyncio module API can be very challenging, especially for Python developers who are new to asynchronous programming.

Introducing: "Python Asyncio Mastery". A new book designed to teach you asyncio in Python, super fast!

You will get fast-paced tutorials showing you how to develop asyncio programs on advanced topics.

Including:

* How to define, schedule, execute, check the status, and get results from asynchronous tasks.
* How to manage groups of asynchronous tasks, including waiting for tasks, getting results, grouping tasks and using timeouts.
* How to use more advanced features of tasks such as shielding, sleeping, waiting for, and executing blocking tasks.
* How to define, create, and use asynchronous iterators, generators, context managers, and queues.
* How to safely synchronize and coordinate the behavior of coroutines with mutex locks, semaphores, barriers, and more.
* How to run commands and perform non-blocking inter-process communication with subprocesses.
* How to develop clients and servers with socket programming and perform non-blocking reads and writes.

Each tutorial is carefully designed to teach one critical aspect of how to use asyncio in your Python programs.

Learn Python asyncio correctly, step-by-step.

388 pages, Kindle Edition

Published December 11, 2023

2 people are currently reading
2 people want to read

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 (100%)
4 stars
0 (0%)
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.