Thomas Aglassinger - Solution oriented error handling
Description:
Explore solution-oriented error handling techniques in Python through this informative conference talk from EuroPython 2014. Learn how to leverage Python's built-in error handling mechanisms to maintain clean, productive code while generating user-friendly error messages. Discover strategies for proper resource management and gain insights into distinguishing between errors that can be resolved by end-users, system administrators, or developers. Delve into topics such as Python's exception hierarchy, best practices for raise and except statements, and guidelines for creating helpful error messages. Apply these concepts to improve your Python programming skills and develop more robust, maintainable applications.