第17章 プログラミング

目次

プログラミングの方法を学ぶ
C と C++
Java
他のプログラミング言語
開発ツール

This section contains some basic information for those wishing to use Xubuntu for writing and running their own programs.

プログラミングの方法を学ぶ

Xubuntu provides a number of resources intended to help you to learn how to develop and run programs yourself. Below is a list of some resources which you may find useful.

Pythonに挑戦

Pythonに挑戦は、プログラム経験者のためのPythonチュートリアルです。

Xfce development using Python

Once you have learned a bit about Python, why not apply that knowledge and develop an Xfce application based on Python? Pyxfce are a collection of Xfce bindings for Python. You can use Python to create Xfce programs after you have installed Pyxfce.

  1. Install the python-xfce package (see 第11章).

  2. For futher information about Pyxfce, visit the Pyxfce website.

PyGTK チュートリアル

PyGTK チュートリアルは Ubuntu のアプリケーションの開発によく使われるグラフィカルツールキットを用いての開発に関するチュートリアルです。Python の知識があることを想定していますが、GTK の知識は必須ではありません。

  1. Install the python-gtk2-tutorial package (see 第11章). You will need to use Synaptic Package Manager to install this package.

  2. ドキュメントへアクセスするには、python-gtk-tutorialを参照してください。

Devhelp

Devhelp はインストールしたすべてのドキュメントの閲覧と検索をするためのアプリケーションです。

  1. Install the devhelp package (see 第11章).

  2. アプリケーションプログラミングDevhelp を選択してください。