Exception handling in Python
Details
Let's look at exception handling in python. Do you know how to use the else block in a try? How about finally?
We'll also learn about context managers which are often mentioned in tutorials when talking about exceptions.
Will look at some examples and will try them on our own.