I want to kill python interpeter - The intention is that all the python files that are running in this moment will stop (without any informantion about this files). obviously th
You can try the killall command:
killall python