classes

Terry Reedy tjreedy at udel.edu
Wed Oct 24 12:04:32 EDT 2012
On 10/24/2012 8:11 AM, inshu chauhan wrote:
> I was just trying out a program for learning classes in python

I think you should work through or reread the Tutorial, especially the 
chapters on functions and classes.

You will also be slightly better off with Python 3, which only has one 
category of classes rather than two.

-- 
Terry Jan Reedy




More information about the Python-list mailing list