Claudio Grondi schrieb:
>> Im newbie to Python (I found it three weeks ago) , in fact Im newbie to
>> programming. I'm being reading and training with the language, but I
>> still wondering about what Classes are used to. Could you please give
>> me some examples??
[...]
> I don't know any really g
Edgar A. Rodriguez a écrit :
> Hi everybody,
>
> Im newbie to Python (I found it three weeks ago) , in fact Im newbie to
> programming. I'm being reading and training with the language, but I
> still wondering about what Classes are used to.
A class is the definition of a type of object, and let
Jorgen Grahn <[EMAIL PROTECTED]> writes:
> On Sat, 07 Jan 2006 18:47:20 -0500, Mike Meyer <[EMAIL PROTECTED]> wrote:
> ...
>> As far as I'm concerned, the definitive work in this area is Meyer's
>> "Object Oriented Software Construction". He covers pretty much all the
>> uses of OO language feature
On Sat, 07 Jan 2006 18:47:20 -0500, Mike Meyer <[EMAIL PROTECTED]> wrote:
...
> As far as I'm concerned, the definitive work in this area is Meyer's
> "Object Oriented Software Construction". He covers pretty much all the
> uses of OO language features, using a language that was designed
> specific
Edgar A. Rodriguez wrote:
> Hi everybody,
>
> Im newbie to Python (I found it three weeks ago) , in fact Im newbie to
> programming. I'm being reading and training with the language, but I
> still wondering about what Classes are used to. Could you please give
> me some examples??
This essay give
Claudio Grondi <[EMAIL PROTECTED]> writes:
> Yes, I see your point, but even putting my personal preferences
> beside, for someone who just started to program, learning about the
> concept of classes and inheritance is probably not what helps to get
> immediate fun out of first steps in writing sma
Mike Meyer wrote:
> Claudio Grondi <[EMAIL PROTECTED]> writes:
>
>>Edgar A. Rodriguez wrote:
>>
>>>Hi everybody,
>>>Im newbie to Python (I found it three weeks ago) , in fact Im newbie
>>>to
>>>programming. I'm being reading and training with the language, but I
>>>still wondering about what Class
Claudio Grondi <[EMAIL PROTECTED]> writes:
> Edgar A. Rodriguez wrote:
>> Hi everybody,
>> Im newbie to Python (I found it three weeks ago) , in fact Im newbie
>> to
>> programming. I'm being reading and training with the language, but I
>> still wondering about what Classes are used to. Could you
Edgar A. Rodriguez wrote:
> Hi everybody,
>
> Im newbie to Python (I found it three weeks ago) , in fact Im newbie to
> programming. I'm being reading and training with the language, but I
> still wondering about what Classes are used to. Could you please give
> me some examples??
>
> Thanks.
>
On 4 Jan 2006 17:36:54 -0800
"Edgar A. Rodriguez" <[EMAIL PROTECTED]> wrote:
> Im newbie to Python (I found it three weeks ago) , in fact
> Im newbie to programming. I'm being reading and training
> with the language, but I still wondering about what
> Classes are used to. Could you please give me
Learning Python by Ascher and Lutz has a very good introduction to
objects and object-oriented programming. If you're new to programming,
I definitely recommend the text. Also, check out Mark Pilgrim's chapter
on OOP in Dive Into Python at
http://www.diveintopython.org/object_oriented_framework/ind
Thanks, I'll do that.
--
http://mail.python.org/mailman/listinfo/python-list
Try this.
http://www.ibiblio.org/g2swap/byteofpython/read/oops.html
Best thing is to do a little reading, then wait until you have a
problem or a project that would provide the occasion to create your
first class. Then try it, and if it doesn't work, post it here with (1)
what you were trying to
Hi everybody,
Im newbie to Python (I found it three weeks ago) , in fact Im newbie to
programming. I'm being reading and training with the language, but I
still wondering about what Classes are used to. Could you please give
me some examples??
Thanks.
--
http://mail.python.org/mailman/listinfo/
14 matches
Mail list logo