Languages/Python/PyKDE WebKit Tutorial/Conslusion: Difference between revisions

From KDE TechBase
(New page: Thank you for following this tutorial for a simple PyKDE application. You can find more examples in [http://websvn.kde.org/trunk/KDE/kdebindings/python/pykde4/examples/ the PyKDE source]....)
 
(Mark for archiving)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Archived}}
{{Warning|This tutorial uses Qt4, PyQt4, and PyKDE4.}}
Thank you for following this tutorial for a simple PyKDE application.
Thank you for following this tutorial for a simple PyKDE application.


Line 9: Line 12:
When coding you should keep a web browser open with [http://doc.trolltech.com/4.4/classes.html the Qt Class reference], [http://api.kde.org/pykde-4.1-api/ PyKDE API class reference].
When coding you should keep a web browser open with [http://doc.trolltech.com/4.4/classes.html the Qt Class reference], [http://api.kde.org/pykde-4.1-api/ PyKDE API class reference].


PyKDE is used a lot in Kubuntu so you may find help on the #kubuntu-devel IRC channel on freenode.
PyKDE is used a lot in Kubuntu so you may find help on the #kubuntu-devel IRC channel on freenode. You can also ask on this channel if you are looking for useful programming projects, we are always looking for help.
 
[[Development/Languages/Python/PyKDE_WebKit_Tutorial/Part7|« Back to Part 7]] |
[[Development/Languages/Python|« Back to Python on Techbase]]


[Development/Languages/Python Back to Python on Techbase]
[[Category:Python]]

Latest revision as of 14:04, 31 May 2019


This page has been archived
The information on this page is outdated or no longer in use but is kept for historical purposes. Please see the Category:Archives for similar pages.
Warning
This tutorial uses Qt4, PyQt4, and PyKDE4.


Thank you for following this tutorial for a simple PyKDE application.

You can find more examples in the PyKDE source.

The PyQtWiki lists some more tutorials.

Python has its own excellent Python Tutorial to learn more about the language.

When coding you should keep a web browser open with the Qt Class reference, PyKDE API class reference.

PyKDE is used a lot in Kubuntu so you may find help on the #kubuntu-devel IRC channel on freenode. You can also ask on this channel if you are looking for useful programming projects, we are always looking for help.

« Back to Part 7 | « Back to Python on Techbase