Object Reference question
Ethan Furman
ethan at stoneleaf.us
Thu Aug 27 14:35:22 EDT 2009
josef wrote:
> Thanks to everyone who responded.
>
> I will be going with some sort of a = MyClass(name = 'a') format. It's
> the Python way.
>
> For me, it was very hard to accept that EVERYTHING is an object
> reference. And that there are no object reference names, just string
> entries in dictionaries. But I think it all makes sense now.
>
> Thanks again,
>
> Josef
My apologies if I missed it, but what *exactly* are you planning on
doing with your 'name' attribute? From the posts I've seen so far, I
think you are only setting yourself up for failure.
~Ethan~
More information about the Python-list
mailing list