[Tutor] Read a file, Load a dictionary

Emile van Sebille emile at fenx.com
Fri Jul 25 01:09:46 CEST 2014


On 7/24/2014 3:50 PM, Glenn Lester wrote:
>
> I have been looking around for a way to read a comma delimited csv file

start with the csv module.

     http://www.python.org/doc/current/lib/module-csv.html

DESCRIPTION
     This module provides classes that assist in the reading and writing
     of Comma Separated Value (CSV) files...


> and then load it into a dictionary.


Emile




More information about the Tutor mailing list