Parsing & question about usages off classes!
Frans
frans at haarman.com
Sun Nov 3 12:56:51 EST 2002
Alex Martelli wrote:
> Frans wrote:
> If by any chance your request for creating new classes
> has nothing to do with creating new classes but is rather
> about binding dynamically computed names to new instances
> of an existing class, my earnest advice is not to do that.
> Use dictionaries and lists, NOT variables with dynamically
> determined names -- the latter is never a good approach.
Ok, thats what I needed to know!
> Creating new classes is easy, yes. But what I suspect you
> actually may want to do is completely different and utterly
> unadvisable. 1 Corintians 6:12.
Thanks for your feedback!
Frans
More information about the Python-list
mailing list