Google Maps with Python and KML
Thursday, December 17th, 2009Here’s a little guide on how to make a “custom” Google Map using Python to generate KML. Â It’s a simple way to display your own placemarks on a Google Map or generate a file that can be imported into Google Earth. Â And it uses only modules available in the Python standard library, so there are no additional dependencies other than Python itself. (more…)