Running a Python script in Terminal without losing it by a connection drop
To run a Python script in the background without losing its execution if the connection to the server drops, you can use a tool called nohup to run the script. nohup stands for "no hangup," and it allows you to run a command in the background even if...
paulorod7.com2 min read