Python and writing a CSV file

kbass kbass at midsouth.rr.com
Sat Jan 24 15:21:28 EST 2004


----- Original Message ----- 
From: "Skip Montanaro" <skip at pobox.com>
To: "kbass" <kbass at midsouth.rr.com>
Cc: "Python List" <python-list at python.org>
Sent: Wednesday, January 21, 2004 6:39 PM
Subject: Re: Python and writing a CSV file


>
>     Kevin> I am new to Python and would like to attempt to write to a CSV
>     Kevin> file. I have reviewed the documentation at
>     Kevin> http://www.object-craft.com.au/projects/csv/ for the csv 1.0
>     Kevin> module but I didn't see any information referring to writing
(oe
>     Kevin> creating) a CSV file with this module. Does this module have
the
>     Kevin> capability to write a CSV file?
>
> Yes, but you should upgrade to 2.3 (if you haven't already) and just use
the
> csv module which comes with it:
>
>     http://www.python.org/doc/current/lib/module-csv.html
>
> Skip

Thanks for responding. Currently we do not have Python 2.3 installed on our
server, is there another way to perform this task with another module or
without a module? Thanks!

Kevin





More information about the Python-list mailing list