Python 3.11: A Guided Tour Through Code Transcripts
Chapter: Error Messages
Lecture: Why Better Error Messages Matter

Login or purchase this course to watch this video and the rest of the course contents.
0:00 When we think about Python 3.11, there are two major major features, each of which individually may well be enough to make you say yes,
0:11 I'm upgrading to this. It's worth it for me or it's worth it for our team or for our project
0:15 The first one which we're gonna talk about right now is better error messages and error handling.
0:23 So they've done a lot of work. The core developers have done a lot of work on python. So when there is an error, it not only tells you,
0:31 hey, there's an error or what line it's on, but down to the character or down to a more specific error message,
0:39 what has gone wrong? So we're going to explore that and other things to do with errors in Python 3.11


Talk Python's Mastodon Michael Kennedy's Mastodon