regards
Steve
--
Steve Holden +1 571 484 6266 +1 800 494 3119
Holden Web LLC http://www.holdenweb.com/
Python is not Java!
>>
>> or
>>
>> One py file with all the classes
>>
>> The classes are small with a constructor and a few methods, no more than
>> a couple, some with just one other method.
Or if that gets to be too much, a few files each with several related
classes.
>> Which is more "pythonic"?
>>
> One .py file with all the classes. But it's also very pythonic that you
> have the choice, and can select the option that suits you best ;-)
Nice put Steve.
tjr