[Tutor] advice on creating and working with a complex data structure

Lucas P Melo lukepadawan at gmail.com
Mon Jul 20 18:35:31 CEST 2009


Serdar Tumgoren wrote:
> And of course, please let me know if there's a simpler approach I'm
> overlooking that would meet my requirements.
>
> As always, the advice is appreciated.
You could just create some classes with methods to handle the insertion 
and deletion of those data.
You could also keep a 'dict' to get objects given a string (or int).

I hope it helps.

Regards,
Lucas


More information about the Tutor mailing list