Asyncio Evolved - Enhanced Exception Handling with TaskGroup in Python 3.11
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore the evolution of asyncio in Python 3.11 through this 27-minute conference talk from EuroPython 2023. Dive into the newly introduced asyncio.TaskGroup() and its impact on exception and cancellation handling. Learn how this enhancement addresses existing issues with asyncio APIs, particularly the limitations of asyncio.gather. Discover improved techniques for writing more efficient and robust asynchronous code, focusing on the benefits of PEP 654 "Exception Groups and except". Gain insights into solving common problems in asynchronous programming and leverage the flexibility offered by Python 3.11's asyncio improvements.
Syllabus
Asyncio Evolved: Enhanced Exception Handling with TaskGroup in Python 3.11 — Junya Fukuda
Taught by
EuroPython Conference
Related Courses
Supercharged Web Scraping with Asyncio and PythonUdemy 爬虫基础教学 Python Scraping 教程
YouTube Python Asynchronous Programming - AsyncIO and Async-Await
Tech with Tim via YouTube Python Django, Aiohttp Workshop: Cooking Secret Note service
Udemy Learn Advanced Python 3: Concurrency
Codecademy