/flask-tutorial-demo

Flask-based application that operates with the SQLite database, renders the matplot charts, and enables data editing.

Primary LanguagePythonApache License 2.0Apache-2.0

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 — Average monthly temperature and humidity in each city.
See more details in https://www.jetbrains.com/help/pycharm/creating-web-application-with-flask.html