In this episode we cover everything you need to know about Python conditionals.
- Booleans
- Logical operators
- Conditional execution statements
- Alternative execution statements
- Chained conditionals
- Nested conditionals
- Debug conditions
- Exception handling
- Use traceback to debug