
wxPython
Sign in to savewxPython 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
Wikidata facts
- Official website
- wxpython.org
- Image
- Close button with wxpython in windows 10.png
Show 5 more facts
- Commons category
- WxPython
- software version identifier
- 4.2.3
- source code repository URL
- github.com/wxWidgets/Phoenix
- mailing list archive URL
- groups.google.com/forum/#!forum/wxpython-dev
- Stack Exchange tag
- stackoverflow.com/tags/wxpython
Sources (7)
via Wikidata · CC0
~4 min read
Article
11 sectionsContents
- 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.