Kapitel 17. Programmering

Innehållsförteckning

Lära sig programmering
C och C++
Java
Övriga programmeringsspråk
Utvecklingsverktyg

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

Lära sig programmering

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.

Dive Into Python

Dive Into Python är en bok som lär ut programmering i Python, inriktad mot programmerare med vissa förkunskaper.

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 Kapitel 11, Lägg till, ta bort och uppdatera program).

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

PyGTK Tutorial

PyGTK Tutorial är en handledning för att utveckla med ett grafikbibliotek som ofta används för att utveckla programvara för Ubuntu. Den utgår ifrån att du har kunskap om Python men inte nödvändigtvis GTK.

  1. Install the python-gtk2-tutorial package (see Kapitel 11, Lägg till, ta bort och uppdatera program). You will need to use Synaptic Package Manager to install this package.

  2. För att komma åt dokumentationen, besök python-gtk-tutorial.

Devhelp

Devhelp är ett program för att läsa och söka igenom all dokumentation som du installerar.

  1. Install the devhelp package (see Kapitel 11, Lägg till, ta bort och uppdatera program).

  2. Välj ProgramProgrammeringDevhelp.