I learned late Wednesday that I'm supposed to give a talk at PyGotham about my forays into python dictionary land. So I did some research. And what I really should have been using is a csv reader flavor called dictreader. This does exist in python 2.6, so being stuck there is no excuse.
There's a good explanation at http://pymotw.com/2/csv/#using-field-names
And great examples at:
No comments:
Post a Comment