【Python】Python 的图形界面(GUI)编程

PyQT:
官网: Qt|Cross-platform software development for embedded & desktop
开发文档: Qt-开发者
PyQT学习园地:
官方社区:Qt Forum
官方博客:Qt Blog - For Developers by Developers
PyQt4 tutorial
Archi-cnblogs
PyQt - Woodpecker Wiki for CPUG


wxPython:
官网: wxPython
开发文档: FrontPage - wxPyWiki
wxPython学习园地:
How to Learn wxPython
WxPython教程
wxPython的基础教程


Tkinter:
官网: TkInter-Python Wiki
开发文档: FrontPage-Tkinter Wiki
Tkinter学习园地:
python GUI编程(Tkinter)
Tkinter 8.5 reference: a GUI for Python
python GUI编程(Tkinter)
【玩树莓】编程篇(五)Python下使用Tkinter制作图形界面
pyhonTkinter实例化学习
Tkinter:图形用户界面编程


Pyside:
官网:
开发文档: https://pypi.python.org/pypi/PySide/1.2.4http://wiki.qt.io/Category:LanguageBindings::PySide
PySide学习园地:
GitHub - shuge/Qt-Python-Binding-Examples: Lots of simple and Pythonic PySide demos
GitHub - PySide/Examples: Python script examples adapted for PySide.
GitHub - PySide/PySide: This repository contains the CPython Qt bindings generated using the Shiboken generator.
Overview — PySide v1.0.7 documentation

你可能感兴趣的:(Python,wxPython,python)