I am writing a GUI application using python and Qt. When I launch my application on Mac, the first menu item in the Mac menu bar at the top of the screen is \"Python\". I
I think you need to do this:
win.setWindowTitle("MyApp")
Edit: This is for PyQt. I don't know the equivalent in PySide.