Chris Lasher ([EMAIL PROTECTED]) wrote:
: A friend of mine with a programming background in Java and Perl places
: each class in its own separate file in .

Java doesn't actually require one class per file, it requires one public 
class per file.  You can have any number of helper classes in the same 
file.

Perl doesn't require anything, and files and classes are almost entirely 
different things (except by useful convention).

I'm only just getting into python, so I have no opinions yet.

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

Reply via email to