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.
Overview
Syllabus
Introduction
Syntax Editor
Perk Parser
Missing comma
Runtime suggestions
Better traceback
How to help
Taught by
PyCon US