Hi Pythonistas, a new week, a new ‘bite’ of Python programming. To keep it #100DaysOfDjango, this week we let you get some more practice with this awesome web framework. Last time we had an open Django challenge, for this one we have you choose between 3 specific apps.
Articles on weather
Code Challenge 16 – Query Your Favorite API
By PyBites Team on 23 April 2017
Hi Pythonistas, a new week, a new ‘bite’ of Python coding! This week we’ll let you play with Web APIs. They are fun to fiddle with and great for learning and building cool things. Enjoy!
Simple Flask app to compare the weather of 2 cities
By Bob Belderbos on 20 April 2017
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.