Raise Better Errors with Exception Groups
Offered By: EuroPython Conference via YouTube
Course Description
Overview
Explore the new Exception Groups feature introduced in Python 3.11 through this 24-minute conference talk from EuroPython 2022. Delve into the current limitations of Python's exception handling mechanisms and discover how Exception Groups, along with the new 'except*' keyword, can help overcome these issues. Learn to write cleaner, more robust code by effectively raising and handling errors. Gain insights into practical use cases, including applications in AsyncIO and Context Managers, to enhance your Python programming skills.
Syllabus
Introduction
About me
What are exceptions
Exception Groups
Use cases
AsyncIO
ContextManager
Questions
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