An Intro to wxPython
Creating Desktop GUIs with Python
The wxPython toolkit is a cross-platform Graphical User Interface (GUI) Framework that is currently maintained primarily by Robin Dunn. It provides Python bindings to the underlying wxWidgets toolkit, which is written in C++. The wxPython toolkit was first released in 1998 and is very stable. The community surrounding wxPython is quite nice and very wel…


