Patrick Sullivan wrote:
Hello.
I will be using some large data sets ("points" from 2 to 12 variables)
and would like to use one class for each point rather than a list or
dictionary. I imagine this is terribly inefficient, but how much?
I strongly suspect that you should use one class and a class instance
for each 'point'. You can make instances 'fixed' after initialization
by customizing appropriate methods, but I would not bother for private code.
--
http://mail.python.org/mailman/listinfo/python-list