@@ -9,14 +9,15 @@ available for Python:
99.. seealso ::
1010
1111 `PyGObject <https://wiki.gnome.org/Projects/PyGObject >`_
12- provides introspection bindings for C libraries using
12+ PyGObject provides introspection bindings for C libraries using
1313 `GObject <https://developer.gnome.org/gobject/stable/ >`_. One of
1414 these libraries is the `GTK+ 3 <http://www.gtk.org/ >`_ widget set.
1515 GTK+ comes with many more widgets than Tkinter provides. An online
1616 `Python GTK+ 3 Tutorial <https://python-gtk-3-tutorial.readthedocs.org/en/latest/ >`_
1717 is available.
1818
19- `PyGTK <http://www.pygtk.org/ >`_ provides bindings for an older version
19+ `PyGTK <http://www.pygtk.org/ >`_
20+ PyGTK provides bindings for an older version
2021 of the library, GTK+ 2. It provides an object oriented interface that
2122 is slightly higher level than the C one. There are also bindings to
2223 `GNOME <https://www.gnome.org/ >`_. An online `tutorial
@@ -27,15 +28,10 @@ available for Python:
2728 extensive C++ GUI application development framework that is
2829 available for Unix, Windows and Mac OS X. :program: `sip ` is a tool
2930 for generating bindings for C++ libraries as Python classes, and
30- is specifically designed for Python. The *PyQt3 * bindings have a
31- book, `GUI Programming with Python: QT Edition
32- <https://www.commandprompt.com/community/pyqt/> `_ by Boudewijn
33- Rempt. The *PyQt4 * bindings also have a book, `Rapid GUI Programming
34- with Python and Qt <https://www.qtrac.eu/pyqtbook.html> `_, by Mark
35- Summerfield.
31+ is specifically designed for Python.
3632
3733 `PySide <https://wiki.qt.io/PySide >`_
38- is a newer binding to the Qt toolkit, provided by Nokia.
34+ PySide is a newer binding to the Qt toolkit, provided by Nokia.
3935 Compared to PyQt, its licensing scheme is friendlier to non-open source
4036 applications.
4137
@@ -49,9 +45,7 @@ available for Python:
4945 documentation and context sensitive help, printing, HTML viewing,
5046 low-level device context drawing, drag and drop, system clipboard access,
5147 an XML-based resource format and more, including an ever growing library
52- of user-contributed modules. wxPython has a book, `wxPython in Action
53- <https://www.manning.com/books/wxpython-in-action> `_, by Noel Rappin and
54- Robin Dunn.
48+ of user-contributed modules.
5549
5650PyGTK, PyQt, and wxPython, all have a modern look and feel and more
5751widgets than Tkinter. In addition, there are many other GUI toolkits for
0 commit comments