Join the AI Workshop to learn more about AI and how it can be applied to web development. Next cohort February 1st, 2026
The AI-first Web Development BOOTCAMP cohort starts February 24th, 2026. 10 weeks of intensive training and hands-on projects.
Writing robust code means handling errors gracefully, and Python’s exception system makes this straightforward. Functional programming patterns also help you write cleaner, more expressive code for data transformations.
In this unit, you’ll learn error handling and functional programming in Python. We’ll cover exception handling with try/except blocks, creating custom exceptions, debugging techniques, and functional tools like map, filter, reduce, and list comprehensions.
These skills help you write more reliable, maintainable Python code that handles edge cases gracefully and processes data elegantly.
Lessons in this unit:
| 0: | ▶︎ Introduction |
| 1: | Exceptions |
| 2: | Debugging |
| 3: | Enums |
| 4: | map() |
| 5: | filter() |
| 6: | reduce() |
| 7: | Regular Expressions |