Read from .csv file

Tim Chase python.list at tim.thechases.com
Mon Mar 9 17:07:36 EDT 2009


> I would be thankfukl if you answer to the following easy question:
> 
> How can I read from a .csv file in Python and save the data in a array
> or dictionary.

I suspect your teacher expects you to use the "csv" module[1] in 
the standard library.

-tkc

[1]
http://docs.python.org/library/csv.html









More information about the Python-list mailing list