[Solved] New class or new .py Python
tl;dr keep everything in one file for now, split subsequently while refactoring when the file becomes huge. Python does not force you split classes / functions into modules. We as programmers make that call for solely the purpose of readability and maintainability. While refactoring I personally look at functions with more ~40 – 50 lines … Read more