brilliant and want laws changed so I can marry them." Traditional control flow: from requests import get location = get('http://www.telize.com/geoip').json() lat = location['latitude'] lon = location['longitude'] weather = get('http://api.openweathermap.org/data/2.1/find/city?lat=' + str(lat) + '&lon=' + str(lon) + '&cnt=1').json() print weather['list'][0]['weather'][0]['description']
