how to build python project from source in mac code example
Example: how to make python open an application on mac
import os
os.system("""osascript -e 'tell app "Safari" to open'""")
import os
os.system("""osascript -e 'tell app "Safari" to open'""")