From Dict to Classes yes or no and how

Andre Alexander Bell post at andre-bell.de
Tue Jun 22 07:27:10 EDT 2010


On 06/22/2010 12:05 PM, Jerry Rocteur wrote:
> Sorry for the long mail but I've been searching the web for days for how to do this.. I see that possibilities using
> shelve or pickle but I don't want to do this (The source of the data changes constantly)

You might be interested in the csv module

http://docs.python.org/library/csv.html

Regards


Andre




More information about the Python-list mailing list