| Line 6: | Line 6: | ||
* [http://www.xs4all.nl/~bsarempt/python/tutorial.html KDE-Python tutorial]<br />''<font size="-1"> A python version of Daniel's KDE tutorial by Boudewijn Rempt. </font>'' | * [http://www.xs4all.nl/~bsarempt/python/tutorial.html KDE-Python tutorial]<br />''<font size="-1"> A python version of Daniel's KDE tutorial by Boudewijn Rempt. </font>'' | ||
* [http://vizzzion.org/?id=pyqt Python-Qt tutorial]<br />''<font size="-1"> In this tutorial, the basic steps of creating a Qt-based application with PyQt are explained. </font>'' | * [http://vizzzion.org/?id=pyqt Python-Qt tutorial]<br />''<font size="-1"> In this tutorial, the basic steps of creating a Qt-based application with PyQt are explained. </font>'' | ||
| + | * [http://www.rkblog.rk.edu.pl/w/p/introduction-pyqt4/ Introduction to PyQt4] | ||
* [http://www.thekompany.com/projects/vp/ VeePee] | * [http://www.thekompany.com/projects/vp/ VeePee] | ||
* [http://websvn.kde.org/trunk/KDE/kdebindings/dcoppython/ DCOP via Python] | * [http://websvn.kde.org/trunk/KDE/kdebindings/dcoppython/ DCOP via Python] | ||
Python is a powerful object oriented scripting language. You can find out more about the language itself on the Python website at http://www.python.org/.
The PyKDE4 bindings will be made using SIP.
As of 1-Sep-07 PyKDE code is essentially complete, except for Phonon module support. The package is now in KDE's subversion repository in /trunk/KDE/kdebindings/python/pykde4/. Current work is on examples, docs, and related tools (pykdeuic, etc.) Anyone wishing to work on either example code or test code should contact Jim Bublitz - jbublitz@nwinternet.com.