LINKS TO FULL CONTENT
Full lesson: [ Ссылка ]
Full course: [ Ссылка ]
FULL LESSON DESCRIPTION
In this lesson we’ll talk about a specific kind of Python errors called ‘exceptions’. We’ll review some known situations in which such exceptions can occur. Then we’ll learn how to prevent exceptions from terminating a program, as we intercept them and handle them more gracefully. We’ll see how we can even raise our own custom exceptions. And finally, I’ll propose a problem where you’ll practice all these new concepts.
FULL LESSON CONTENT
Part 1. Definition and examples
Part 2. Handling exceptions
Part 3. Exception propagation
Part 4. Problem: Handling exceptions
Ещё видео!