You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Working with the Flask library to implement a web application that displays current weather data from user-requested cities from all around the world. Using Flask-SQLAlchemy to connect a database to the web application and working with a weather service API. Practicing HTML templates with Jinja and handling requests and writing view functions.