Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAnders Beutler
Courses Plus Student 606 PointsPlease send help D;
I've watched the video explaining this over and over again, and I thought I was finally understanding it... But once I got to these questions, I felt like I completely and utterly forgot everything. Can anyone help me dumb this down a bit? maybe seeing it a different way might help me to better understand what is going on.
1 Answer
Steven Parker
231,198 PointsI also recall this concept being particularly challenging at first. There's a number of free tutorials on the web that might help provide a more complete or different perspective. Examples:
- Python Exceptions: An Introduction on realpython.com
- Python - Exceptions Handling on tutorialspoint.com
- Python Try Except on w3schools.com