Re: [Tutor] Help with understanding classes

2011-05-21 Thread RL Berman
What a phenomenally clear explanation. Thank you very much, Steven. Robert Berman On 05/21/2011 07:49 AM, Steven D'Aprano wrote: On Sat, 21 May 2011 08:24:34 pm Robert Sjöblom wrote: I'm trying to wrap my head around classes and their attributes, but am having a hard time doing so. The websit

Re: [Tutor] Help with understanding classes

2011-05-21 Thread Alan Gauld
"Robert Sjöblom" wrote I'm trying to wrap my head around classes ...The websites and books that I have consulted ...assume prior programming/oop experience, something I lack. Alex, and especially Steven (great job BTW!,) have given you good explanations, provided you understand the basics of

Re: [Tutor] Help with understanding classes

2011-05-21 Thread Alex Hall
On 5/21/11, Robert Sjöblom wrote: > I'm trying to wrap my head around classes and their attributes, but am > having a hard time doing so. The websites and books that I have consulted > haven't been much help; most of them assume prior programming/oop > experience, something I lack. > > From what I

Re: [Tutor] Help with understanding classes

2011-05-21 Thread Steven D'Aprano
On Sat, 21 May 2011 08:24:34 pm Robert Sjöblom wrote: > I'm trying to wrap my head around classes and their attributes, but > am having a hard time doing so. The websites and books that I have > consulted haven't been much help; most of them assume prior > programming/oop experience, something I la

[Tutor] Help with understanding classes

2011-05-21 Thread Robert Sjöblom
I'm trying to wrap my head around classes and their attributes, but am having a hard time doing so. The websites and books that I have consulted haven't been much help; most of them assume prior programming/oop experience, something I lack. >From what I understand it's a "blueprint", so each t