how to run python application in windows code example
Example 1: python how to run terminal command
#By Uku Loskit
import os
os.system("ls -l")
Example 2: how to execute a python script
C:\Python27\python.exe C:\Users\Username\Desktop\my_python_script.py