Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 428 Bytes

File metadata and controls

11 lines (10 loc) · 428 Bytes

0x05. Python - Exceptions

Learning objectives for this project:

  • Why Python programming is awesome
  • What’s the difference between errors and exceptions
  • What are exceptions and how to use them
  • When do we need to use exceptions
  • How to correctly handle an exception
  • What’s the purpose of catching exceptions
  • How to raise a builtin exception
  • When do we need to implement a clean-up action after an exception