First am I missing any other notable ones? I only want to know about crossplatform standalone source-based modules, so no Gui IDEs.
Tkinter
Pyjamas
wxPython
PyGObject (Gtk's successor)
Qt
I already know that Tkinter
is the default so it is the obvious choice for crossplatform because of its licensing and availability, with the obvious exception of Apple.
And Pyjamas
is for web apps, although Grail
did it first.
But which one is has the best speed for performance-wise efficiency?
And what about speed as in Rapid Application Developments?
And ease of use?
And most feature rich and powerful? Which would you use to do 3D rendering? Is there such a thing as a complex and highly evolved 3D game written or rewritten in python?
Also I want to know what each of they are best used for, like if you have no choice and you have to use each of them then what would you do with them based on what you know they are optimized to handle for?
Since this is all visually out in the open, what about the aesthetics? Tkinter now has theming, although much is still left to be desired.