Apress | asyncio Recipes: A Problem-Solution Approach (2019 EN)

Discussion in 'Programming' started by Kanka, Aug 29, 2019.

  1. Kanka

    Kanka Well-Known Member Loyal User

    Messages:
    16,395
    Likes Received:
    485
    Trophy Points:
    83
    [​IMG]

    Author: Mohamed Mustapha Tahrioui
    Full Title: asyncio Recipes: A Problem-Solution Approach
    Publisher: Apress; 1st ed. edition (May 22, 2019)
    Year: 2019
    ISBN-13: 9781484244012 (978-1-4842-4401-2), 9781484244005 (978-1-4842-4400-5)
    ISBN-10: 148424401X, 1484244001
    Pages: 315
    Language: English
    Genre: Educational: Programming
    File type: EPUB (True), PDF (True), Code Files
    Quality: 10/10
    Price: 29.95 €


    Get the most out of asyncio and find solutions to your most troubling Python programming problems. This book offers a pragmatic collection of recipes by going beyond online resources and docs to provide guidance on using this complex library. As such, you’ll see how to improve application performance and run computationally intensive programs faster.

    asyncio Recipes starts with examples illustrating the primitives that come with the asyncio library, and explains how to determine if asyncio is the right choice for your application. It shows how to use asyncio to yield performance gains without multiple threads, and identifies common mistakes and how to prevent them. Later chapters cover error-handling, testing, and debugging. By the end of this book, you'll understand how asyncio runs behind the scenes, and be confident enough to contribute to asyncio-first projects.


    Learn:
    ✓ Discover quirky APIs such as the event loop policies
    ✓ Write asyncio code with native coroutines
    ✓ Use the ast module to find legacy asyncio code
    ✓ Work with contextvars
    ✓ See what a async context manager is and why a lot of asyncio APIs use them

    Features:
    ✓ A hands-on guide focused on explaining asyncio internals and developing working applications
    ✓ Entry-level coverage of asyncio that presumes experience with Python fundamentals and ramps up quickly
    ✓ Includes illustrative examples and full-chapter labs to challenge readers' understanding of concepts

    Who This Book Is For:
    Experienced Python developers or hobbyists who want to understand asyncio and speed up their applications by adding concurrency to their toolkit.

    -------------
     
    Last edited by a moderator: Mar 8, 2022