On 8/4/2014 4:40 AM, Shubham Tomar wrote:
Hi,

Python is the first programming language that I'm learning.
I'm confused by the idea of classes and intimidated by syntax defining
classes. I understand that you define classes to have re-usable methods
and procedures, but, don't functions serve the same purpose.
Can someone please explain the idea of classes and what /things /like
"__init__", "Object" and "self" mean ?

If you have not, read and work examples based on our fine tutorial. Classes are intentionally the last chapter about syntax.

If you have read up to and into chapter 9, and are stuck on a particular section, tell us.

--
Terry Jan Reedy

--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to