##Just a simple python .csv geocoder.
Will add a Latitude and Longitude column to a .csv file using addresses found in the file.
Built using pygeocoder: http://code.xster.net/pygeocoder/wiki/Home
And the Google Geocoding API: https://developers.google.com/maps/documentation/geocoding/
Will geocode up to 2500 addresses per day (per IP Address.)
I used to geocode the data on this map:
I am very open to feedback!