Simply clone the repository from Github and install dependencies (I always use a virtualenv, feel free to skip that step): git clone git@github.com:tcassou/gmaps cd gmaps virtualenv env .
In this section, I'll create a Python script to visualize the weather of over 500 cities of varying distances from the equator. I'll use a simple Python library ...