Limit search to available items
Streaming video

Title Springer Nature computing video. Asynchronous python programming with asyncio and async/await / produced by Springer Nature
Published New York, NY : Springer Nature, 2022

Copies

Description 1 online resource (101 minutes)
Series Springer Nature Computing Video
Summary Asynchronous Python Programming using asyncio and async/await lets you write code that runs many processes concurrently. It makes your code more responsive and stops it from wasting time waiting for slow file and internet access. It is simpler to write, easier to reason about, and uses less memory than threads and processes. We start the video with an overview of asyncio, showing the building blocks and core syntax in a few simple examples. Next, you will see how to make normal Python code work in an asynchronous environment, to minimize blocking and facilitate cooperative multi-tasking. Further, we cover an asyncio use-case working with network connections such as web servers using asynio's streams API, followed by communication between coroutines and synchronization of coroutines. We will also look at using the asyncio library to easily wrap blocking code into threads and processes, and some non-blocking replacement libraries used with asyncio such as aiohttp and aiofiles. The uvloop and unsync libraries will be discussed as ways to speed up and simplify your asyncio code. The following section covers writing more robust asyncio code to test and debug your code, handle stuck tasks using time out, logging and error handling and task management
Notes Title from resource description page (viewed January 31, 2023)
In English
Subject Python (Computer program language)
Application program interfaces (Computer software)
Application software -- Development.
Computer multitasking.
APIs (interfaces)
Application program interfaces (Computer software)
Application software -- Development
Computer multitasking
Python (Computer program language)
Genre/Form Instructional films
Instructional films.
Films de formation.
Form Streaming video
Author Groot, Coen de, speaker
Apress, production company
Springer Nature (Firm), production company, film distributor.
Other Titles Asynchronous python programming with asyncio and async/await