Structure Projects
Simple Project:
One file for tiggering minimal functionality:
run.py
Functions and other such stuff in
helpers.py
constants.py
are variables that do not change
Complex Project:
Folder
email
contains the email sending feature for the applicationFolder
prime_calculation
contains the prime calculation functionalityrun.py
is in the main folder and is responsible for starting up the project
Last updated