I would like to be able to run python scripts in the background of my computer, with no terminal while being to edit it whenever. I can already create executable files, with no terminal, with pyinstaller but at the cost of having to create a new compiled version every time I make changes.
Basically all I am asking is if there is any method of where I can just make changes in i.e Visual Studio and then rerun the executable?