Category Archives: Python

Geocoding with Python

The following code snippet is intended to demonstrate how you can leverage Python and the Google Maps/Geocode API to query the coordinates of two zip codes and then determine the distance between them. Both functions have far reaching uses independently … Continue reading

Posted in Google, Python | 1 Comment