Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Home > WxPython
WxPython is an implementation of the WxWidgets GUI API ( Often referred to as a 'toolkit' ) for the Python programming language. Both WxWidgets and WxPython are alike in syntax and semantics, due to the fact Python is a C++-based language and WxWidgets is a GUI API for C++. It is meant as an alternative to Tkinter , which is an implementation of the Tcl based Tk API.The official homepage can be found at http://www.wxpython.org/
Read more »