Using Asyncio in Python (O'Reilly)
Friday, 13 March 2020

In this book, subtitled "Understanding Python's Asynchronous Programming Features", author Caleb Hattingh provides a basic understanding of asyncio’s building blocks - enough to get started writing simple event-based programs. He also covers why asyncio offers a safer alternative to pre-emptive multi-tasking (threading) and how this API provides a simple way to support thousands of simultaneous socket connections. Asyncio is complicated because it aims to solve problems in concurrent network programming for both framework and end-user developers, but most developers need only a small subset of the whole asyncio API, and this book aims to help you pick out the right features.

<ASIN:1492075337>

 

Author: Caleb Hattingh
Publisher: O'Reilly
Date: February 2020
Pages: 166
ISBN: 978-1492075332
Print: 1492075337
Kindle: B084D653HW
Audience: Python developers
Level: Intermediate
Category: Python 

 

  • 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

For recommendations of Python books see Books for Pythonistas and Python Books For Beginners in our Programmer's Bookshelf section.

For more Book Watch just click.

Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

 

 

Banner
 


ASP.NET Core in Action, 2nd Ed (Manning)

Author: Andrew Lock
Publisher: Manning
Date:April 2021
Pages: 832
ISBN: 978-1617298301
Print: 1617298301
Audience: Developers interested in ASP.NET
Rating: 4
Reviewer: Ian Elliot
One big book to cover the one big alternative web tech.



Professional Scrum Development with Azure DevOps

Author: Richard Hundhausen
Publisher: Microsoft Press
Pages: 432
ISBN: 978-0136789239
Print: 0136789234
Kindle: B08F5HCNJ7
Audience: Developers interested in Scrum
Rating: 5
Reviewer: Kay Ewbank

This is a book designed for teams using Scrum and Azure DevOps together for developing complex product [ ... ]


More Reviews