In this beginner Python 3 with Flask tutorial we build a web application that displays the current weather by using an API. We will use the Jinja 2 templating language to build HTML templates and use Bootstrap along with some inline CSS to add styles to the templates. We will finish with a website that allows a user to enter a city and a country and display the current weather for that city.
Source Code For This Project:
https://github.com/legionscript/pytho...
Where to Find Us:
http://legionscript.com/
Tutorial Articles:
Part 1: http://legionscript.com/articles/weat...
Part 2: http://legionscript.com/articles/weat...
Part 3: http://legionscript.com/articles/weat...