9781492075332-1492075337-Using Asyncio in Python: Understanding Python's Asynchronous Programming Features

Using Asyncio in Python: Understanding Python's Asynchronous Programming Features

ISBN-13: 9781492075332
ISBN-10: 1492075337
Edition: 1
Author: Caleb Hattingh
Publication date: 2020
Publisher: O'Reilly Media
Format: Paperback 163 pages
FREE US shipping on ALL non-marketplace orders
Rent
35 days
from $29.05 USD
FREE shipping on RENTAL RETURNS
Marketplace
from $9.14 USD
Buy

From $9.14

Rent

From $29.05

Book details

ISBN-13: 9781492075332
ISBN-10: 1492075337
Edition: 1
Author: Caleb Hattingh
Publication date: 2020
Publisher: O'Reilly Media
Format: Paperback 163 pages

Summary

Using Asyncio in Python: Understanding Python's Asynchronous Programming Features (ISBN-13: 9781492075332 and ISBN-10: 1492075337), written by authors Caleb Hattingh, was published by O'Reilly Media in 2020. With an overall rating of 4.0 stars, it's a notable title among other Design & Architecture (Hardware & DIY) books. You can easily purchase or rent Using Asyncio in Python: Understanding Python's Asynchronous Programming Features (Paperback) from BooksRun, along with many other new and used Design & Architecture books and textbooks. And, if you're looking to sell your copy, our current buyback offer is $2.48.

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 programming
  • Take an asyncio walk-through, including a quickstart guidefor hitting the ground looping with event-based programming
  • Learn the difference between asyncio features for end-user developers and those for framework developers
  • Understand asyncio’s new async/await language syntax, including coroutines and task and future APIs
  • Get detailed case studies (with code) of some popular asyncio-compatible third-party libraries
Rate this book Rate this book

We would LOVE it if you could help us and other readers by reviewing the book