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
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.
|