Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 474 Bytes

00_lesson_intro.md

File metadata and controls

19 lines (16 loc) · 474 Bytes
 ___       _             
|_ _|_ __ | |_ _ __ ___  
 | || '_ \| __| '__/ _ \ 
 | || | | | |_| | | (_) |
|___|_| |_|\__|_|  \___/ 

What are we doing?

We're back!

Right! Today it's all about exceptions!

  • built-in exceptions and how to find them
  • How to raise an exception
  • how to catch an exception
  • how to create a custom exception
  • context managers