What's New in Python 3.11 - Key Features and Improvements
Offered By: Samuel Chan via YouTube
Course Description
Overview
Explore the key features of Python 3.11 in this informative video tutorial. Dive into improved error messages, including enhanced KeyError handling. Learn about variadic generics, the new tomllib module, and exception groups with the except* syntax. Discover asyncio's taskgroups for better asynchronous programming. Get a bonus guide on installing Python 3.11 on Ubuntu, Debian, or Linux systems. Gain insights to help decide whether to upgrade to Python 3.11 for your next project, with references to official documentation and relevant PEPs for further reading.
Syllabus
Intro and Background
Error Messages Python 3.10+
KeyError in Python3.11
Variadic Generics
tomllib
Python's exception groups except*
asyncio's taskgroups
Bonus: Installing python3.11 ubuntu / debian / linux
Taught by
Samuel Chan
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