Re: Regarding Python is scripting language or not

2009-06-19 Thread Alan G Isaac
On 6/17/2009 8:38 AM Jean-Michel Pichavant apparently wrote: > I'm pretty sure you'll be able to find OOP scripting > language. http://www.amazon.com/Scripting-Objects-Comparative-Presentation-Object-Oriented/dp/047039725X/ref=sr_1_1?ie=UTF8&s=books&qid=1245276357&sr=1-1> fwiw, Alan Isaac -- h

Re: Regarding Python is scripting language or not

2009-06-18 Thread Terry Reedy
Jochen Schulz wrote: Terry Reedy: Jochen Schulz wrote: If, by "object-oriented" you mean "everything has to be put into classes", then Python is not object-oriented. That depends on what you mean by 'put into classes' (and 'everything'). :) What I meant was that in Python you can write code

Re: Regarding Python is scripting language or not

2009-06-18 Thread Aaron Brady
On Jun 18, 6:07 am, Jochen Schulz wrote: > Terry Reedy: > > > Jochen Schulz wrote: > > >> If, by "object-oriented" you mean "everything has to be put into > >> classes", then Python is not object-oriented. > > > That depends on what you mean by 'put into classes' (and 'everything'). > > :) What I

Re: Regarding Python is scripting language or not

2009-06-18 Thread Jochen Schulz
Terry Reedy: > Jochen Schulz wrote: >> >> If, by "object-oriented" you mean "everything has to be put into >> classes", then Python is not object-oriented. > > That depends on what you mean by 'put into classes' (and 'everything'). :) What I meant was that in Python you can write code without de

Re: Regarding Python is scripting language or not

2009-06-18 Thread Bruno Desthuilliers
Asun Friere a écrit : (snip) OTOH the whole notion of defining OO by the use of classes automatically excludes from consideration prototype-based OO languages (eg. Self) which arguably offer a purer approach to OO than class centric languages. FWIW, there's no notion of "class" in the minimal

Re: Regarding Python is scripting language or not

2009-06-18 Thread Arnaud Delobelle
Christian Heimes writes: > Terry Reedy wrote: >> If you mean 'be an instance of a class', which I think is the most >> natural reading, then Python *is* object-oriented and, if I understand >> what I have read correctly (so that ints are just (unboxed) ints and not >> members of an int class), Ja

Re: Regarding Python is scripting language or not

2009-06-17 Thread Aaron Brady
On Jun 17, 7:38 am, Jean-Michel Pichavant wrote: > abhishek goswami wrote: > > Hi, > > I have very basic question about Python that do we consider pyhton as > > script language. > > I searched in google but it becomes more confusion for me. After some > > analysis I came to know that Python suppor

Re: Regarding Python is scripting language or not

2009-06-17 Thread Asun Friere
On Jun 18, 5:03 am, Terry Reedy wrote: > That depends on what you mean by 'put into classes' (and 'everything'). > > If you mean 'be an instance of a class', which I think is the most > natural reading, then Python *is* object-oriented and, if I understand > what I have read correctly (so that in

Re: Regarding Python is scripting language or not

2009-06-17 Thread Lie Ryan
Jean-Michel Pichavant wrote: > abhishek goswami wrote: >> Hi, >> I have very basic question about Python that do we consider pyhton as >> script language. >> I searched in google but it becomes more confusion for me. After some >> analysis I came to know that Python support oops . >> >> Can anyone

Re: Regarding Python is scripting language or not

2009-06-17 Thread Christian Heimes
Terry Reedy wrote: > If you mean 'be an instance of a class', which I think is the most > natural reading, then Python *is* object-oriented and, if I understand > what I have read correctly (so that ints are just (unboxed) ints and not > members of an int class), Java *is not*! A friend of mine ca

Re: Regarding Python is scripting language or not

2009-06-17 Thread Terry Reedy
Jochen Schulz wrote: abhishek goswami: Can anyone Guide me that Python is Oject oriented programming language or Script language In my opinion, Python is both. But an "objective" answer would require you to define what you means by these terms. If, by "object-oriented" you mean "everything ha

Re: Regarding Python is scripting language or not

2009-06-17 Thread Ken Seehart
abhishek goswami wrote: Hi, I have very basic question about Python that do we consider pyhton as script language. I searched in google but it becomes more confusion for me. After some analysis I came to know that Python support oops . Can anyone Guide me that Python is Oject oriented program

Re: Regarding Python is scripting language or not

2009-06-17 Thread Martin P. Hellwig
Jochen Schulz wrote: abhishek goswami: Can anyone Guide me that Python is Oject oriented programming language or Script language In my opinion, Python is both. But an "objective" answer would require you to define what you means by these terms. If, by "object-oriented" you mean "everything ha

Re: Regarding Python is scripting language or not

2009-06-17 Thread Jochen Schulz
abhishek goswami: > > Can anyone Guide me that Python is Oject oriented programming language > or Script language In my opinion, Python is both. But an "objective" answer would require you to define what you means by these terms. If, by "object-oriented" you mean "everything has to be put into c

Re: Regarding Python is scripting language or not

2009-06-17 Thread Jean-Michel Pichavant
abhishek goswami wrote: Hi, I have very basic question about Python that do we consider pyhton as script language. I searched in google but it becomes more confusion for me. After some analysis I came to know that Python support oops . Can anyone Guide me that Python is Oject oriented program