-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Labels
exercisePractice exercisePractice exerciseintermediateIntermediate difficultyIntermediate difficulty
Description
Description
Build a Python program: Build Weather Data Fetcher
Difficulty
Intermediate (30-90 minutes)
Requirements
- Implement all core features
- Use appropriate data structures
- Include error handling
- Add comprehensive comments
- Write basic tests
File Location
exercises/1000_programs/intermediate/build_weather_data_fetcher.py
Acceptance Criteria
- All core features implemented
- Uses appropriate data structures
- Includes error handling
- Has comprehensive comments
- Includes basic tests
- Follows PEP 8 style guidelines
Implementation Hints
- Break down into functions
- Use appropriate data structures (lists, dicts, etc.)
- Handle edge cases
- Test thoroughly
Part of 250 new Python learning issues - Intermediate Track
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
exercisePractice exercisePractice exerciseintermediateIntermediate difficultyIntermediate difficulty