-
Notifications
You must be signed in to change notification settings - Fork 33
Closed
Description
Basics
- Looping constructs and iterables
- Altering and breaking out of loops:
continue,break if-elseconstruct and problems with nesting too many branches- The
elseclause for loops
Advanced
- The
matchconstruct (Python 3.10.x) to avoid nesting - Pros & cons of looping (when it's better to use functional programming methods)
- Recursion and its limits
- The built-in
Exceptionclass - Built-in exceptions:
TypeError,NameError,KeyError,ZeroDivisionError,OverflowError - The
try-except-finallyconstruct - How to handle exceptions to have a stack trace useful for debugging
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels