Note: This section is rather incomplete. Don't be too disappointed if you can't find the information you need and please come back when this Wiki is officially opened.
Todo:: Would it be useful to have information about the GUIs and development tools in a fixed format to make them more easily comparable (see WebProgrammingTemplate and WebProgrammingTemplateHelp). Some categories: directly supported widgets, addon widgets, layout managers, ...
Some available GUI's for Python:
[https://www.drizzle.com/~donn/Bethon.html Bethon] (for BeOS)
[https://picogui.org/ PicoGUI] (python library is included in the main release)
Anyone for a GuiProgrammingShootout?
Some available GUI development tools:
IDE
Target
Notes
GPL, Alpha, but starting to mature. Useful for debugging wxPython code!
Commercial $50-400
["eric"]
Python IDE based on PyQt and QScintilla. GUI development features???
Commercial $400 for single licence.
Python Licence. Alpha.
Commercial Student EUR 29, Single user EUR 129
MIT Licence, Alpha.
(I removed references to IDLE and WingIDE, since they are not GUI development tools. They are Python development tools with a GUI. Not the same thing... MaLy )
Links
CameronLaird's personal notes on Python GUIs [https://phaseit.net/claird/comp.lang.python/python_GUI.html] includes over 25 links to toolkits and techniques for connecting python with a GUI.
Other places to look are PythonGuis at Thinki, and https://sensei.co.il/python/ui.html .