Interactive Python Map

After my first blog post where I calculated the driving distance to four office locations using Python, I decided it would be a good idea to extend the project and build an interactive visual to display the data.  I settled on creating a map in Python.  The idea was to create a map that contained data points of every zip code in the first blog, the four office locations, and some way to display the driving distance I previously calculated. 

Read more »

Driving Distance to Office Locations

For my first post on my blog, I wanted to come up with a practical project that has real world applications.  My initial goal is to improve my coding skills in both Python as I am relatively new to the language. 

Read more »