Python Exceptions and Errors.
Python Exceptions and Errors.

Python Exceptions and Errors.

Table of contents

1.0 What are Errors?

2.0 What are Exceptions

3.0 Exceptions vs Errors in Python

4.0 Python Built-in Exceptions

5. 0 Try and  except Block to Handling Exceptions

6.0 Combining try-except-finally

7.0 Using try with  else clause

8. Raising Exceptions in Python (raise Statement)

9. Exception Chaining

10. Custom and User-defined Exceptions

11. Customizing Exception Classes

12. Exception Lifecycle

13. Warnings in Python