Re: Class definition in the tutorial

2009-11-08 Thread Gonzalo Delgado
, I *guess* you can start out and do a lot of stuff with Django without giving much thought of object oriented stuff. Anyway, I'll give you some pointers for your questions: > Please help me to understand what each word means in the class definition in > the tutorial http://docs.djang

Re: Class definition in the tutorial

2009-11-08 Thread James Bennett
On Sun, Nov 8, 2009 at 10:00 AM, Zeynel <azeyn...@gmail.com> wrote: > I am just learning Object Oriented terminology as I go along. Please > help me to understand what each word means in the class definition in > the tutorial http://docs.djangoproject.com/en/dev/intro/tutoria

Class definition in the tutorial

2009-11-08 Thread Zeynel
I am just learning Object Oriented terminology as I go along. Please help me to understand what each word means in the class definition in the tutorial http://docs.djangoproject.com/en/dev/intro/tutorial01/ . Thank you. class => defines a class Poll => name of the class? [my guess: this i