On Fri, Jan 9, 2009 at 1:02 PM, James Mills <prolo...@shortcircuit.net.au> wrote: > On Fri, Jan 9, 2009 at 2:57 PM, Steven Woody <narkewo...@gmail.com> wrote: >> In C++/Java, people usually put one class into one file. What's the >> suggestion on this topic in Python? I so much interesting this >> especially when exception classes also involved. > > Normally i group related functionality into the one module.
Will that lead to too large source file size? Is there a recommendation on max lines of a python source? Thanks. > I do try to keep my std dev. as low as I can though > if that makes any sense. > > cheers > James > -- http://mail.python.org/mailman/listinfo/python-list