Cómo verificar si se está ejecutando un script de Python
# using Ubuntu
ps -aux | grep "python" # will give you the list of python process running
sandy_codes_py
# using Ubuntu
ps -aux | grep "python" # will give you the list of python process running