PyQt is the Pythonbinding of the GUI toolkit Qt. Python is an interpreted programming language created by Guido van Rossum in 1990. ... In computer science, binding refers to the creation of a simple reference to something which is larger and more complicated and used frequently. ... Gui is short for Guilherme or Guilhermo or an iteration of that, in English it translates to Will. ... In computer programming, the Qt toolkit is a cross-platform graphical widget toolkit for the development of GUI programs. ...
PyQt is developed by the British firm Riverbank Computing. It is available under similar terms as Qt, this means variety of licenses including GPL and commercial license. PyQT supports Linux and other flavours of Unix, MacOS X and Microsoft Windows. The GNU logo For other uses of GPL, see GPL (disambiguation). ... Tux is the official Linux mascot. ... Wikibooks has more about this subject: Guide to UNIX Unix or UNIX is a computer operating system originally developed in the 1960s and 1970s by a group of AT&T Bell Labs employees including Ken Thompson, Dennis Ritchie, and Douglas McIlroy. ... Mac OS X is the latest version of the Mac OS operating system for Macintosh computers. ... Microsoft Windows is a series of operating environments and operating systems created by Microsoft for use on personal computers and servers. ...
PyQt is a set of Pythonbindings for the Qt toolkit and available for all platforms supported by Qt, including Windows, Linux, UNIX, MacOS/X and embedded systems such as the Sharp Zaurus and the Compaq iPAQ.
PyQt is available under the GPL license for use with the GPL version of Qt, a a commercial license for use with the commercial version of Qt, a non-commercial license for use with the non-commercial version of Qt v2, and an educational license for use with the educational version of Qt.
PyQt is built using SIP (a tool for generating Python extension modules for C++ class libraries).