Introduction to Exceptions
Course: Python Exceptions 101
Mahdi Yusuf
07:00
0 Comments
This lesson introduces exceptions and exception handling in Python. You will learn:
- What exceptions are
- How to throw exceptions with detailed error messages
- Best practices to follow when writing exceptions
- Subtleties to be aware of when catching multiple exceptions
