rather broad question on data handling

D

Donald Braman

I am wondering what the most efficient way to handle a rather small (about
1000 records) set of data would be. In this data set, each record tracks an
agent over time. Agents move around on a grid and interact when they end up
on top of or next to one another. Each agent has a number of attributes that
determine what these interactions are like.

How would you recommend managing the data: Objects? RDB? Some other way?
Does Python have peculiar strengths I can exploit or weaknesses to avoid in
this area? Any and all advice appreciated.

-DB
 
J

Jeff Sandys

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,043
Latest member
CannalabsCBDReview

Latest Threads

Top