@@ -34,11 +34,17 @@ also available for Python:
3434
3535.. seealso ::
3636
37- `PyGTK <http://www.pygtk.org/ >`_
38- is a set of bindings for the `GTK <http://www.gtk.org/ >`_ widget set. It
39- provides an object oriented interface that is slightly higher level than
40- the C one. It comes with many more widgets than Tkinter provides, and has
41- good Python-specific reference documentation. There are also bindings to
37+ `PyGObject <https://live.gnome.org/PyGObject >`_
38+ provides introspection bindings for C libraries using
39+ `GObject <http://developer.gnome.org/gobject/stable/ >`_. One of
40+ these libraries is the `GTK+ 3 <http://www.gtk.org/ >`_ widget set.
41+ GTK+ comes with many more widgets than Tkinter provides. An online
42+ `Python GTK+ 3 Tutorial <http://python-gtk-3-tutorial.readthedocs.org/en/latest/ >`_
43+ is available.
44+
45+ `PyGTK <http://www.pygtk.org/ >`_ provides bindings for an older version
46+ of the library, GTK+ 2. It provides an object oriented interface that
47+ is slightly higher level than the C one. There are also bindings to
4248 `GNOME <http://www.gnome.org >`_. One well known PyGTK application is
4349 `PythonCAD <http://www.pythoncad.org/ >`_. An online `tutorial
4450 <http://www.pygtk.org/pygtk2tutorial/index.html> `_ is available.
@@ -55,6 +61,11 @@ also available for Python:
5561 with Python and Qt <http://www.qtrac.eu/pyqtbook.html> `_, by Mark
5662 Summerfield.
5763
64+ `PySide <http://www.pyside.org/ >`_
65+ is a newer binding to the Qt toolkit, provided by Nokia.
66+ Compared to PyQt, its licensing scheme is friendlier to non-open source
67+ applications.
68+
5869 `wxPython <http://www.wxpython.org >`_
5970 wxPython is a cross-platform GUI toolkit for Python that is built around
6071 the popular `wxWidgets <http://www.wxwidgets.org/ >`_ (formerly wxWindows)
0 commit comments