Request for criticism - tell me how to become more Pythonic

John Hunter jdhunter at nitace.bsd.uchicago.edu
Sat Sep 8 18:40:26 EDT 2001


My guess is that you are a C programmer, not a C++ programmer.  Right?

The main 'pythonic' thing that is missing here is object orientation.
An OO programmer would probably have a class for album which supplies
methods like 'get_track_list', a class for track which supplies
methods like 'get_title' and 'get_length', a class for comments, a
class for command line options, a class for the description file, and
so forth.

Best regards,
JDH




More information about the Python-list mailing list