PyCharm
 
Get PyCharm

Creating Web Applications with Flask

Last modified: 28 June 2024

This tutorial explains how to develop a web-based application using the Flask web framework. Our MeteoMaster 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.