Kubuntu提供了大量的资源以便帮组你学习怎样开发和运行你自己的程序。下面将把那些你可能会用到的资源列出。
深入理解Python 是一本关于如何使用Python进行编程的书籍,它适合于那些有一定经验的程序员。阅读在线版本请访问file:///usr/share/doc/diveintopython/html/toc/index.html.
PyQt 参考is a guide for PyQt 4.1.1 which is a set of Python bindings for version 4 of the Qt application framework used for KDE development. To view the reference guide please review http://www.riverbankcomputing.com/Docs/PyQt4/pyqt4ref.html.
PyGTK 教程是一个关于如何使用该图形工具包进行开发的教程,该工具包经常被用来开发 Ubuntu 应用程序。它假定您会 Python,但并不要求懂 GTK。
安装 python-gtk2-tutorial 软件包 (查看 安装应用程序).
参见原文, 请访问 python-gtk- tutorial.