Handle exceptions gracefully and use functional programming patterns with map, filter, reduce, and regular expressions.
Learn how to handle errors gracefully and use functional programming patterns in Python. This unit covers exception handling, debugging, and functional programming tools like map, filter, and reduce.
Lessons in this unit:
| 0: | ▶︎ Introduction |
| 1: | Exceptions |
| 2: | Debugging |
| 3: | Enums |
| 4: | map() |
| 5: | filter() |
| 6: | reduce() |
| 7: | Regular Expressions |