COMPANY : CODETECH IT SOLUTIONS
NAME: RENUKA DILIP GUNDRE
INTERN ID: CT6WKNQ
DOMAIN NAME: PYTHON PROGRAMMING
BATCH DURATION: JAN 10TH, 2025 TO FEBRUARY 25TH, 2025
MENTOR NAME: NEELA SANTOSH KUMAR
This Python script fetches current weather data for specified cities using the Open-Meteo API, visualizes the data with Matplotlib and Seaborn, and creates an interactive dashboard using Dash and Plotly. The fetch_weather_data function retrieves temperature, wind speed, and weather codes, storing them in a DataFrame. The create_visualizations function generates a scatter plot, while create_dashboard sets up a Dash app to display the data. The main function orchestrates these tasks, ensuring a seamless user experience.
Rrences:
Open-Meteo API documentation
Dash by Plotly documentation
Matplotlib and Seaborn documentation
Output

