In this post I show you how to build a simple Flask app to compare the weather of 2 cities using the OpenWeatherMap API. Maybe this aids you in solving this week’s challenge.
Articles on Flask
Code Challenge 15 – Create a Simple Flask App
By PyBites Team on 17 April 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! This week we’re going to get down and dirty with Python Flask. Flask is becoming a hot skill to have up your sleeve. We’re all in with learning it so figure it’s about time we had a challenge on it! Enjoy!
Beginning Flask
By Julian Sequeira on 13 April 2017
In this post I cover the basics of Flask in language that anyone can understand.
Flask for Loops – Printing Dict Data
By Julian Sequeira on 6 April 2017
In this post I demo how to create an extremely simple Flask app that prints the contents of a Dict to a web page.
Twitter digest 2017 week 12
By PyBites Team on 26 March 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Twitter digest 2017 week 11
By PyBites Team on 19 March 2017
Every weekend we share a curated list of 15 cool things (mostly Python) that we found / tweeted throughout the week.
Simple API Part 2 – Building a Deep Work Logger with Flask, Slack and Google Docs
By Bob Belderbos on 10 March 2017
After Simple API – part 1 a more practical app in this part 2 tutorial: a Deep Work logger integrating Google docs and Slack, including deployment of the app to Heroku.
Code Challenge 08 – House Inventory Tracker – Review
By PyBites Team on 5 March 2017
It’s end of the week again so we review the code challenge of this week. It’s never late to sign up, just fork our challenges repo and start coding.
How To Build a Simple API with Flask and Unit Test it
By Bob Belderbos on 3 March 2017
In this post I will create a simple API with Flask and test it with curl and unit testing its HTTP methods.
Code Challenge 08 – House Inventory Tracker
By PyBites Team on 26 February 2017
A new week, more coding! In this challenge you will create an app to keep track of a house inventory.