[Tutor] Next steps...

2014-07-08 Thread Ni Hung
ok, I am now able to write scripts in python. I can read/modify scripts written by others (true to some level). I understand the basics of libraries (how are they different from modules or are the same thing with two names?) like urllib2, json, sys, os etc. and have used them in some scripts.

Re: [Tutor] When to use classes

2014-04-10 Thread Ni hung
Thank you Alan, Dave and Cameron (and folks managing this email group)! Your replies were very helpful. Regards ni On Wed, Apr 9, 2014 at 4:25 AM, Cameron Simpson c...@zip.com.au wrote: On 08Apr2014 22:58, Ni hung niih...@gmail.com wrote: I am learning programming using python. I think

[Tutor] When to use classes

2014-04-09 Thread Ni hung
Hi I am learning programming using python. I think of solving a problem using functions and for this reason all/most of my code consists of functions and no classes. I have some understanding of classes/Object Oriented Programming. I can write simple classes but I do not understand when to use