Completed
boolean variable
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Python Error Handling - Python Tutorial From Two Lazy Programmers
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Syntax errors
- 3 Typing errors
- 4 Logic errors
- 5 If statement errors
- 6 When to add error handling
- 7 Try
- 8 exeinfo
- 9 error
- 10 name of error
- 11 Not indented code
- 12 cyst on exit
- 13 boolean variable
- 14 different situations
- 15 finding errors
- 16 testing
- 17 handling every possible error
- 18 how much error handling should you do
- 19 your challenge
- 20 text message translation
- 21 where to get everything