PyQt - What is PyQt?
About PyQt
PyQt is one of the two most popular Python bindings for the Qt cross-platform GUI/XML/SQL C++ framework (another binding is PySide). PyQt developed by Riverbank Computing Limited. Qt itself is developed as part of the Qt Project. PyQt provides bindings for Qt 4 and Qt 5. PyQt is distributed under a choice of licences: GPL version 2, GPL version 3, or a commercial license.
PyQt Documentation
Current documentation is available for PyQt4 and PyQt5.
The PyQt Wiki contains more actively-updated information and examples:
Developing with PyQt and PyKDE
Tutorials contains a list of tutorials and walkthroughs
Books contains a list of books about Qt, PyQt, KDE and PyKDE
Development With PyQt can be made even easier with some extra tools and information
Sample Code lists some pieces of code to solve some common programming problems
Overviews and Guides provides in-depth information and detailed examples
Docs And Howtos contains links to API documentation and articles about developing with PyQt and PyKDE
Some Existing Applications written with PyQt and PyKDE
Third Party Packages and Modules for use with PyQt and PyKDE
Videos about PyQt on various video sites
For more information please see this reference site.
Reference site:
'Python' 카테고리의 다른 글
Anaconda Python (0) | 2017.02.02 |
---|---|
[PyQt] Event Handling (0) | 2017.02.02 |
[PyQt] Make a window with "Hello World" (0) | 2017.02.02 |
Install PyCharm IDE (0) | 2017.02.02 |
[Python] print "Hello world" (0) | 2017.02.02 |