Re: Newbie with some doubts.

2006-01-13 Thread Peter Maas
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 good

Re: Newbie with some doubts.

2006-01-09 Thread Bruno Desthuilliers
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 you

Re: Newbie with some doubts.

2006-01-08 Thread Jorgen Grahn
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 specifically to

Re: Newbie with some doubts.

2006-01-08 Thread Mike Meyer
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 features, using a

Re: Newbie with some doubts.

2006-01-07 Thread Terry Hancock
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 some

Re: Newbie with some doubts.

2006-01-07 Thread Claudio Grondi
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. I don't

Re: Newbie with some doubts.

2006-01-07 Thread Mike Meyer
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 please give

Re: Newbie with some doubts.

2006-01-07 Thread Claudio Grondi
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 Classes are used to. Could

Re: Newbie with some doubts.

2006-01-07 Thread Mike Meyer
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 small

Re: Newbie with some doubts.

2006-01-07 Thread Kent Johnson
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 gives

Re: Newbie with some doubts.

2006-01-05 Thread Chris Lasher
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

Newbie with some doubts.

2006-01-04 Thread Edgar A. Rodriguez
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. --

Re: Newbie with some doubts.

2006-01-04 Thread BartlebyScrivener
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

Re: Newbie with some doubts.

2006-01-04 Thread Edgar A. Rodriguez
Thanks, I'll do that. -- http://mail.python.org/mailman/listinfo/python-list