[Tutor] Explain to me Initializing

Noah Hall enalicho at gmail.com
Sun Jan 16 01:21:29 CET 2011


Based on the number of emails you're sending to the mailing list, I
suggest you read a tutorial, work your way through it, and return with
any further issues you come across.

http://docs.python.org/tutorial/ is a good start, and I recommend any
of the tutorials on
http://wiki.python.org/moin/BeginnersGuide/NonProgrammers as a good
start.


Anyway, to answer your question, read
http://docs.python.org/tutorial/classes.html#class-objects
http://docs.python.org/reference/datamodel.html#object.__init__ and
http://docs.python.org/tutorial/modules.html#packages


More information about the Tutor mailing list