Creating alot of class instances?

kk maymunbeyin at gmail.com
Sun Jul 5 22:27:25 EDT 2009


Hi

Thank you so much for wonderful tips and suggestions.

I also found a solution to dynamic naming of the instances(I think).
It does not sound like a very secure method but since my application
will be just processing data one way I think it might be alright. I
will compare to the list and dictionary methods.

globals()["Some_Instance_Name"]




More information about the Python-list mailing list