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 .
# Import the API key by using dotenv instead of config.py %load_ext dotenv %dotenv import os api_key = os.getenv('API_KEY') Another code refactoring approach was to apply list comprehension technique ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results