How-to articles, tricks, and solutions about TERMINATION
How do I terminate a script?
In Python, you can terminate a script by using the exit() function from the sys module.
How to stop/terminate a python script from running?
There are several ways to stop a Python script from running: