Possibilities for Python classes organized across files? [closed]

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 organizing classes.

6 Answers
6

Leave a Comment