Using Asyncio in Python Using Asyncio in Python

Using Asyncio in Python

Understanding Python's Asynchronous Programming Features

    • 5.0 • 2 Ratings
    • $38.99
    • $38.99

Publisher Description

If you’re among the Python developers put off by asyncio’s complexity, it’s time to take another look. Asyncio is complicated because it aims to solve problems in concurrent network programming for both framework and end-user developers. The features you need to consider are a small subset of the whole asyncio API, but picking out the right features is the tricky part. That’s where this practical book comes in.

Veteran Python developer Caleb Hattingh helps you gain a basic understanding of asyncio’s building blocks—enough to get started writing simple event-based programs. You’ll learn why asyncio offers a safer alternative to preemptive multitasking (threading) and how this API provides a simpleway to support thousands of simultaneous socket connections.
Get a critical comparison of asyncio and threading for concurrent network programmingTake an asyncio walk-through, including a quickstart guidefor hitting the ground looping with event-based programmingLearn the difference between asyncio features for end-user developers and those for framework developersUnderstand asyncio’s new async/await language syntax, including coroutines and task and future APIsGet detailed case studies (with code) of some popular asyncio-compatible third-party libraries

GENRE
Computers & Internet
RELEASED
2020
January 30
LANGUAGE
EN
English
LENGTH
166
Pages
PUBLISHER
O'Reilly Media
SELLER
O Reilly Media, Inc.
SIZE
4.4
MB

Customer Reviews

jteppinette ,

Amazing

I feel very comfortable writing concurrent python after reading this. It was easy to follow, short, and full of great information.

Copishwit ,

Brings clarity to confusion.

Caleb Hattingh has grasped a simple fact that has eluded other authors and course runners: Most of the readers are application programmers who only need a small part of asyncio’s API. The code examples were written before Python 3.10 and now creak a little but not enough to be a problem.

More Books Like This

Async in C# 5.0 Async in C# 5.0
2012
Modern Concurrency on Apple Platforms Modern Concurrency on Apple Platforms
2022
Parallel and Concurrent Programming in Haskell Parallel and Concurrent Programming in Haskell
2013
Node.js Design Patterns Node.js Design Patterns
2020
Elixir in Action Elixir in Action
2019
Node: Up and Running Node: Up and Running
2012

More Books by Caleb Hattingh