rather broad question on data handling
Jeff Sandys
sandysj at juno.com
Tue Feb 17 19:40:14 EST 2004
More information about the Python-list mailing list
Tue Feb 17 19:40:14 EST 2004
- Previous message (by thread): Dr. Dobb's Python-URL! - weekly Python news and links (Feb 17)
- Next message (by thread): rather broad question on data handling
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Similar question, different application. Fantasy Football draft advisor on a zaurus, ~200 records (players), ~8 fields (attributes) each. Do I make a list of objects or do I use pySQLite? And why? Donald Braman wrote: > > I am wondering what the most efficient way to handle a rather small (about > 1000 records) set of data would be. ... > > How would you recommend managing the data: Objects? RDB? Some other way?
- Previous message (by thread): Dr. Dobb's Python-URL! - weekly Python news and links (Feb 17)
- Next message (by thread): rather broad question on data handling
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list