Second basic question...
I am reading and parsing a text file. I want to be able to store the data recovered. I had thought of using an array of structures, so I could have entry[5].variable for example. However in Python this seems not to be possible...?
The nearest seems to be a dictionary of dictionaries...
Ben
I am reading and parsing a text file. I want to be able to store the data recovered. I had thought of using an array of structures, so I could have entry[5].variable for example. However in Python this seems not to be possible...?
The nearest seems to be a dictionary of dictionaries...
Ben