I recently had need to parse a large (100 MB) CSV file with Python and was pleased with how speedy it was. However, the test machine I was using was strapped for disk space and a 100 MB file was, shall we say, less than welcome. Zipping the file compressed it down to 5 [...]