Re: [Tutor] Question about Python being object oriented

2010-05-08 Thread Lie Ryan
On 05/09/10 02:19, Tino Dai wrote: > Hi Everybody, > > My friend and I were having a disagreement about Python. Has Python > always been an OO language or was it at one point a procedural language like > C? Thanks! AFAIK Python has always been a mixed paradigm language. You can write fully O

Re: [Tutor] An interesting situation befalls me

2010-05-08 Thread Steven D'Aprano
On Sun, 9 May 2010 07:31:15 am Kirk Z Bailey wrote: > An instructor of mine is about to teach the FIRST EVER class in > Python at Saint Petersburg College; knowing I am a snakecharmer, he > asked me for referrals to online resources. > > Oh my. > > So I sent back this: [...] > And you can swim into

Re: [Tutor] Question about Python being object oriented

2010-05-08 Thread bob gailer
On 5/8/2010 12:19 PM, Tino Dai wrote: Hi Everybody, My friend and I were having a disagreement about Python. Has Python always been an OO language or was it at one point a procedural language like C? Thanks! OO and procedural are not mutually exclusive! From http://en.wikipedia.org/wik

[Tutor] An interesting situation befalls me

2010-05-08 Thread Kirk Z Bailey
An instructor of mine is about to teach the FIRST EVER class in Python at Saint Petersburg College; knowing I am a snakecharmer, he asked me for referrals to online resources. Oh my. So I sent back this: " Ah, python., my fav obsession. First, the language website itself: http://www.python.o

Re: [Tutor] Question about Python being object oriented

2010-05-08 Thread Eike Welk
On Saturday May 8 2010 18:19:53 Tino Dai wrote: > Hi Everybody, > > My friend and I were having a disagreement about Python. Has Python > always been an OO language or was it at one point a procedural language > like C? Thanks! The Wikipedia article states: Yes, it was always an object orie

[Tutor] Question about Python being object oriented

2010-05-08 Thread Tino Dai
Hi Everybody, My friend and I were having a disagreement about Python. Has Python always been an OO language or was it at one point a procedural language like C? Thanks! -Tino ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscri