intermediate python csv reader/writer question from a beginner

Chris Rebert clp2 at rebertia.com
Mon Feb 23 19:32:48 EST 2009


On Mon, Feb 23, 2009 at 1:33 PM, Learning Python <labmice at gmail.com> wrote:
> anything related to csv, I usually use VB within excel to manipulate
> the data, nonetheless, i finally got the courage to take a dive into
> python.  i have viewed a lot of googled csv tutorials, but none of
> them address everything i need.  Nonetheless, I was wondering if
> someone can help me manipulate the sample csv (sample.csv) I have
> generated:

For reading and writing CSV files, see the `csv` module in the
standard library (http://docs.python.org/library/csv.html).

Cheers,
Chris

-- 
Follow the path of the Iguana...
http://rebertia.com



More information about the Python-list mailing list