Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 510 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 510 Bytes

Advanced Python

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 and pandas 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.