I'm developing a python project with multiple files, it's annoying that I have to select the file where main is described and called before click run because if not Spyder3(Anaconda) runs the current selected file.
How can I do to run my project from main() in mainPrjPy.py independent if the file is opened and selected?
Thanks
EDIT: I want to explain that I'm using Spyder as Matlab substitute for Physics and math simulation for electronic design, this project would grow with different people generating different algorithms and data processor.