[Tutor] OOP
Kent Johnson
kent37 at tds.net
Wed Apr 15 12:38:24 CEST 2009
On Wed, Apr 15, 2009 at 3:43 AM, mbikinyi brat <mbikinyi_brat at yahoo.com> wrote:
> Dear ALL,
> I am a python beginner and has never programmed and has been struggling to
> understand how to create objects or classes in python. Can anyone help with
> any concrete example. I have read most recommended textbooks but still have
> difficulties figuring what it is all about.
Any tutorial should contain simple examples of how to create classes.
If you are struggling with *why* to create classes you might like this
essay, which gives several reasons why you might want to start using
classes in a design, with examples from the standard library:
http://personalpages.tds.net/~kent37/stories/00014.html
Kent
More information about the Tutor
mailing list