Re: [Tutor] The Self

2006-07-31 Thread Alan Gauld
"Luke Paireepinart" <[EMAIL PROTECTED]> wrote >> I would love to hear some of your 'layman's definitions' on the >> self. > However, when you have a 'Class' object, it has its own collection > of variables that it can modify, and its own set of functions that > work > on its variables. Because

Re: [Tutor] The Self

2006-07-31 Thread shawn bright
Im not the OP, but this clears up some stuff for ma about "self". I thank you for your time to post this. -shawnOn 7/31/06, Luke Paireepinart <[EMAIL PROTECTED]> wrote: Sebastian Smith wrote:> I am new to Python, real new. I am loving the language and learning> fast but I have hit a wall with the

Re: [Tutor] The Self

2006-07-31 Thread Luke Paireepinart
Sebastian Smith wrote: > I am new to Python, real new. I am loving the language and learning > fast but I have hit a wall with the 'self'. I have Googled and > searched and read a few definitions but it still doesn't make sense to > me. > > I would love to hear some of your 'layman's definitions' o

[Tutor] The Self

2006-07-31 Thread Sebastian Smith
I am new to Python, real new. I am loving the language and learning fast but I have hit a wall with the 'self'. I have Googled and searched and read a few definitions but it still doesn't make sense to me. I would love to hear some of your 'layman's definitions' on the self. Thank you all, Ben.