I come from a background where I normally create one file per class. I organize common classes under directories as well. This practice is intuitive to me and it has been pr
As a vague guideline: more than 1 class per file is the norm for python
also, see How many Python classes should I put in one file?