Python 3.11: A Guided Tour Through Code Transcripts
Chapter: Concurrency Improvements
Lecture: Intro to Async Changes in 3.11

Login or purchase this course to watch this video and the rest of the course contents.
0:00 Python 3.11 brings a bunch of cool features and enhancements for Async IO.
0:06 you know, that thing just below the async and await keywords or the async def when
0:12 you're defining a function awesome part of python and it gets better in Python 3.11.
0:18 In this chapter, we're going to focus on some of those new features and improvements. We'll see there's also a better error handling for async errors,
0:28 but we're going to push that off to an error handling chapter that follows this one.
0:31 So this is not the complete story in this chapter, but some important and useful additions.


Talk Python's Mastodon Michael Kennedy's Mastodon