How many Python classes should I put in one file?

Posted by brianegge on Stack Overflow See other posts from Stack Overflow or by brianegge
Published on 2008-09-20T03:07:01Z Indexed on 2010/04/14 10:03 UTC
Read the original article Hit count: 368

Filed under:
|

I'm used to the Java model where you can have one public class per file. Python doesn't have this restriction, and I'm wondering what's the best practice for organising classes.

© Stack Overflow or respective owner

Related posts about python

Related posts about class