There is a question: On the hosting I run a Python script with an infinite loop
while True: #do somethink
I go to the address of the script, and the cycle continues to be executed only while the page is open in the browser. Is it possible to make it run continuously?