This document discusses how non-spatial programmers can work with spatial data in Python. It notes that spatial data is increasingly important but comes in many formats that can be confusing. It then summarizes several Python libraries that allow reading and writing common spatial data formats like shapefiles, GeoTIFFs, and KML from within Python code. These include libraries like GDAL/OGR, PyShapely, PyProj, and LasPy which provide Python interfaces to spatial data formats and operations.