Day 1: Asynchronous Programming
- Understanding
asyncio
and async functions.
Day 2: APIs with Python
- Fetching data using
requests
. - Introduction to Flask for API development.
Day 3: Data Visualization
- Using
matplotlib
andpandas
to visualize data.
Day 4: Advanced Topics
- Working with large datasets and optimizing code.
Day 5: Project: "Weather Dashboard"
- Build a weather app that fetches data from an API and visualizes it with charts.