Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 885 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 885 Bytes

flask-tutorial-demo

This project is developed for the Creating Web Applications with Flask tutorial.

Try it to learn how to develop a web-based application using the Flask web framework in the PyCharm IDE. The application processes meteo data stored in a database and presents it in the form of the following charts:

  • Scatter chart — A cumulative report of the average yearly temperature and humidity in Prague, St. Petersburg, San Francisco, Paris , and Singapore.
  • Line charts — The average monthly temperature and humidity in each city.
See more details in https://www.jetbrains.com/help/pycharm/creating-web-application-with-flask.html