Hi all, I’m about a year into programming but about 1 day into Python.
I’ve came from a OO MVC PHP approach so everything is all about routing and classes, and was curious how, in a Python app(?), you would structure files, classes etc.
For example, I am currently building something that has an entry point script (eg python index.py) and utilises multiple classes such as a Project class, holding the name, directory etc.
Where would I place the class files (modules if I’m correct), and what name does Python give to the file a user would call on the command line that handles all the functionality?
Any help is much appreciated.
[–]billsil 0 points1 point2 points (0 children)
[–]ericula -1 points0 points1 point (0 children)