Jul-31-2020, 03:12 PM
I am using Eclipse plug-in PyDev.
PyDev lets me create "New project" and I end up with a basic structure - see attached.
( Edited Sorry odt file cannot be attached )
I am using two working python application as "cut and paste" help.
Both are organized around "folder" with modules of specific functions.
Coming from "C" coding side I expected "main" or its equivalent to be a starting / execution point of python application. Apparently that is not the case - the application executable" could be anywhere and any name.
I am asking - is there a generally accepted structure of python application code , especially when it is GUI centred.
I am not asking for links / references . I like some real life comments on how to organize python project.
PyDev lets me create "New project" and I end up with a basic structure - see attached.
( Edited Sorry odt file cannot be attached )
I am using two working python application as "cut and paste" help.
Both are organized around "folder" with modules of specific functions.
Coming from "C" coding side I expected "main" or its equivalent to be a starting / execution point of python application. Apparently that is not the case - the application executable" could be anywhere and any name.
I am asking - is there a generally accepted structure of python application code , especially when it is GUI centred.
I am not asking for links / references . I like some real life comments on how to organize python project.