My Project: Travel time bot with Google Maps API and Python - Part 2 - Making the travel data useful
In Part 1 of this series, I showed you how I found the travel time data I wanted and how I figured out how JSON data files function and how to pull out just the data I need. Now that I have this data, I needed to learn a bit of Python coding to extract is and use it in calculations and present it to the screen and other in other ways. Learning Python As has been the case throughout my technology work history, I learn on-demand. For me, this means coming up against a problem and then researching how to solve that problem on the Internet, adapting sample code and finally getting it all to work. That was exactly what happened in the project. I was not very familiar with Python, so each time I needed to accomplish a task I would head over to Google Search (which almost always led to me Stack Overflow ) to find the answer. Let me walk you through my Python code and explain how it works and a little about how I developed it. Learn more about Python with these books from Amazon.com Mo