> Subject:
> [Tutor] Object Oriented Programmin
> From:
> "Kaushal Shriyan" <[EMAIL PROTECTED]>
> Date:
> Tue, 28 Mar 2006 12:57:58 +0530
> To:
> tutor@python.org
>
> To:
> tutor@python.org
>
>
> Hi ALL
>
> I have gone throu
On 3/28/06, Kent Johnson <[EMAIL PROTECTED]> wrote:
> Kaushal Shriyan wrote:
> > Hi ALL
> >
> > I have gone through the object oriented programming in Python, I am
> > not able to understand OOP concept in python,
>
> Both Alan Gauld's tutorial and A Byte of Python have beginner's
> introductions t
Kaushal Shriyan wrote:
> Hi ALL
>
> I have gone through the object oriented programming in Python, I am
> not able to understand OOP concept in python,
Both Alan Gauld's tutorial and A Byte of Python have beginner's
introductions to OOP:
http://www.freenetpages.co.uk/hp/alan.gauld/
http://www.by
Object is object, means like ordinary object we know.Let's say good things about objecs paradigm.First you can create object of course. object can contain property and action.You can put your object as part as other object. It makes sense since for example object hand is part of object body in huma
Hi ALL
I have gone through the object oriented programming in Python, I am
not able to understand OOP concept in python,
is there a methodical way to understand it and simplfy things
Thanks in Advance
Regards
Kaushal
___
Tutor maillist - Tutor@pyth