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

    From KDE TechBase
    No edit summary
    (Mark for archiving)
     
    (4 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 11: Line 14:
    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.
    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/PyKDE_WebKit_Tutorial/Part7|« Back to Part 7]] |
    [[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