On Oct 29, 12:41 am, Shannon Mayne <[EMAIL PROTECTED]> wrote: > I would like to create objects with algorithmically determined names > based on other object names and use object names for general algorithm > input.
The simplest and best option here is to store the objects in a dictionary with their keys being the generated names. -- http://mail.python.org/mailman/listinfo/python-list