Skip to content
wxPython
EntityQ284522· pop 21· linked from 124 articles

wxPython is a wrapper for the cross-platform GUI API (often referred to as a "toolkit") wxWidgets (which is written in C++) for the Python programming language. It is one of the alternatives to Tkinter. It is implemented as a Python extension module (native code).

Key facts

Software.logo
WxPython-logo.png
Software.logo size
210px
Software.caption
wxPython
Software.developer
Robin DunnHarri Pasanen
Software.latest release version
4.2.2
Software.programming language
C++ / Python
Software.operating system
Cross-platform
Software.license
wxWindows License

via Wikipedia infobox

Source code

Link to the source-code README · 485 chars · not written by Vinony

~4 min read

Encyclopedic overview

11 sections
Contents
  • History
  • Project Phoenix
  • Use
  • Example
  • License
  • Applications developed with wxPython
  • References
  • Citations
  • Sources
  • Further reading
  • External links

wxPython is a wrapper for the cross-platform GUI API (often referred to as a "toolkit") wxWidgets (which is written in C++) for the Python programming language. It is one of the alternatives to Tkinter. It is implemented as a Python extension module (native code).

==History== In 1995, Robin Dunn needed a GUI application to be deployed on HP-UX systems but also run Windows 3.1 within short time frame. He needed a cross-platform solution. While evaluating free and commercial solutions, he ran across Python bindings on the wxWidgets toolkit webpage (known as wxWindows at the time). This was Dunn's introduction to Python. Together with Harri Pasanen and Edward Zimmerman he developed those initial bindings into wxPython 0.2.

Excerpted from Wikipedia’s “wxPython” article, available under the CC BY-SA 4.0 licence.

Gallery (2)