From Dict to Classes yes or no and how

Jerry Rocteur macosx at rocteur.cc
Tue Jun 22 07:32:34 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

My input is NOT CSV, I used this format to try and make the question shorter. Although I could create a CSV file, I'd
like to learn how to code a class to work the way I described in the question.

Jerry




More information about the Python-list mailing list