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.