[Tutor] Object Oriented Programmin

2006-03-28 Thread Mike Hansen
> 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

Re: [Tutor] Object Oriented Programmin

2006-03-28 Thread Kaushal Shriyan
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

Re: [Tutor] Object Oriented Programmin

2006-03-28 Thread Kent Johnson
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

Re: [Tutor] Object Oriented Programmin

2006-03-28 Thread Pujo Aji
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

[Tutor] Object Oriented Programmin

2006-03-27 Thread Kaushal Shriyan
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