What3words is a geocode system used to communicate a location on planet Earth using only 3 words instead of using complex longitude and latitude coordinates. What3words have assigned each 3m square in the world a unique 3-word address that will…
The aim of this challenge is to write a computer program to display a 5-day weather forecast for a specific location chosen by the end-user. You program will: retrieve the city from the end user (input), Use the Open Weather…
Our aim is to create a currency converter to help us convert a sum of money from one currency to another. Currency exchange rates are constantly changing which is why we have decided against the idea of storing all the…
The International Space Station (ISS) is moving at close to 28,000 km/h and orbits the Earth 16 times per day, once every 90 minutes! In this python challenge we are going to use an open source API (Open Notify) to…