Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Storing data in python

Status
Not open for further replies.

dbrb2

Instructor
Jul 19, 2004
121
0
0
GB
Hi...

I'm trying to store data parsed from a text file prior to processing it (and sending it to better places - like a MySQL database)

I have used a list of class instances before, and that worked quite well. If I want to create a searchable list I guess I could use a dictionary with the values as class instances...

Does anyone hae any suggestions?

Cheers,

Ben
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top