run in background???
Hello.
Can i run python script in the background?
It is a long run thing, so it would be great if i can start and come back hours later to see what happening.
Currently the script stop if i close the browser for example.
Is it a solution?
Voters
JackWinton
use vs code or pycharm
if you want it to run 24/7, see uptimers, or HTTP severs. You can also try hosting it somewhere.