Python Debugging Challenges

Customer Data Processor
Intermediate
Fix bugs in a customer data processing function

Debug a Python function that processes customer purchase data and identifies VIP customers.

15-20 minIntermediate
Data Analysis Pipeline
Advanced
Fix bugs in a data analysis pipeline

Debug a Python data analysis pipeline that processes CSV files, performs calculations, and generates reports.

25-30 minAdvanced
API Client
Intermediate
Fix bugs in an API client

Debug a Python API client that fetches data from an external service, processes it, and stores the results.

20-25 minIntermediate