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]....)
     
    No edit summary
    Line 9: Line 9:
    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 Back to Python on Techbase]
    [[Development/Languages/Python Back to Python on Techbase]]

    Revision as of 00:32, 13 October 2008

    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.

    Development/Languages/Python Back to Python on Techbase