Skip to content

amitrajpurkar/weather_app

Repository files navigation

Working example of a Python application using weather data

intent of this application

  • python EDA data sci app
  • use data from csv
  • show graphical analysis on webpage
  • give buttons/ links for user to click and choose which graphs to paint
  • showcase usage of proper project structure/ organization
  • showcase usage of testcases/ TDD

quick start

uv sync
python main.py

# navigate to http://127.0.0.1:5000

features added

  • Windsurf Cascade as AI Code Assistant
  • Entire project structure created using Cascade
  • prompt_interaction.md contains entire conversation with Cascade
  • FEATURES.md contains list of features added
  • RUNNING.md contains instructions to run the application
  • README.md contains intent of this application

tech stack within python eco system

  • UV for package management
  • flask8 for quick api and app-server support?
  • pandas for reading/ analysing weather data
  • weather data downloaded from kaggle
  • showing charts/ graphs using matplot seabreeze, etc

to be tried..

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published