Making Python Better One Error Message at a Time
Offered By: PyCon US via YouTube
Course Description
Overview
Explore the significant improvements in error messages and user experience introduced in Python 3.10 and upcoming in Python 3.11 through this PyCon US talk by Pablo Galindo Salgado. Discover how these enhancements benefit various user groups, from beginners to experienced programmers. Learn about the implementation of custom syntax errors using the new PEG parser, the challenges faced by the CPython core team, and how you can contribute to improving error messages. Gain insights into the workflow, review process, and resources available for those interested in enhancing Python's error handling capabilities.
Syllabus
Introduction
Syntax Editor
Perk Parser
Missing comma
Runtime suggestions
Better traceback
How to help
Taught by
PyCon US
Related Courses
Intro to Python for Brand New ProgrammersPyCon US via YouTube Comprehending Comprehensions
PyCon US via YouTube Data Analysis with SQLite and Python
PyCon US via YouTube Build a Production Ready GraphQL API Using Python
PyCon US via YouTube Web Development With A Python-backed Frontend - Featuring HTMX and Tailwind
PyCon US via YouTube