I am trying to become more pythonic as I learn python and get my mind around
it instead of other languages I have used.

I have an app that has a series of classes for objects it uses.  From a
style perspective, which should be done:

Different py file for each class

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.

Which is more "pythonic"?

Thanks.

Kevin
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to