Comment faire ouvrir Python une application sur Mac

import os
os.system("""osascript -e 'tell app "Safari" to open'""")
Muddy Manx