Home:ALL Converter>Keep a Python script running in the background (while regularly running other Python script)

Keep a Python script running in the background (while regularly running other Python script)

Ask Time:2018-01-16T02:04:56         Author:Angie Dinh

Json Formatter

I need to keep a Python script running all the time to make constant changes to my company's Google Adwords account. However, I still need to write and run/test other Python code for other projects. What is the easy way to keep a script continuously running that does not interfere with other Python tasks? Thanks!

Author:Angie Dinh,eproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/48268429/keep-a-python-script-running-in-the-background-while-regularly-running-other-py
yy