You’ve learned about Python’s built-in exceptions, which provide a quick and efficient way to handle errors and exceptional situations in your code. Now, you know the most commonly used built-in exceptions, when they appear, and how to use them in your exception-handling code. You also learned that you can raise these exceptions in your code.
In this video course, you’ve:
- Learned what errors and exceptions are in Python
- Understood how Python organizes the built-in exceptions in a class hierarchy
- Explored the most commonly used built-in exceptions
- Learned how to handle and raise built-in exceptions in your code
Resources linked in this lesson: