Here'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 [...]