Cómo abrir cualquier programa en Python
import os
os.system('notepad.exe')
Plain Piranha
import os
os.system('notepad.exe')