Bab 17. Pemrograman

Daftar Isi

Learning how to program
C and C++
Java
Other programming languages
Peralatan Pengembangan

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

Learning how to program

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.

Beralih ke Python

Dive Into Python is a book for learning how to program in Python, aimed at programmers with some previous experience.

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 Bab 11, Menambah, Menghapus dan Memutakhirkan Aplikasi).

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

Pedoman PyGTK

Tutorial PyGTK adalah tutorial mengembangkan aplikasi dengan toolkit berbasis grafik yang sering digunakan untuk mengembangkan aplikasi Ubuntu. Buku ini menganggap anda sudah mempunyai pengetahuan tentang Python.

  1. Install the python-gtk2-tutorial package (see Bab 11, Menambah, Menghapus dan Memutakhirkan Aplikasi). You will need to use Synaptic Package Manager to install this package.

  2. To access the documentation, visit python-gtk-tutorial.

Devhelp

Devhelp adalah aplikasi untuk membaca dan mencari seluruh dokumentasi yang anda instal.

  1. Install the devhelp package (see Bab 11, Menambah, Menghapus dan Memutakhirkan Aplikasi).

  2. Choose ApplicationsProgrammingDevhelp.