News

Some months back I developed some pyuno code for converting spreadsheets into CSV files from the command line. Pyuno being the Python interface to the OpenOffice runtime. One of the enhancement ...
Readers suggest tools for to address the daunting problem of converting XML formatted data to CSV. Things may come and things may go, but the need to convert data formats will go on forever. That ...
This post will show you how to open CSV files in Python using the CSV module. You'll also learn another method + how to write CSV files!