Capitolo 17. Programmazione

Sommario

Imparare a programmare
C e C++
Java
Altri linguaggi di programmazione
Strumenti di sviluppo

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

Imparare a programmare

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 è un libro per imparare a programmare in Python, adatto a programmatori con un minimo di esperienza.

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 Capitolo 11, Aggiungere, rimuovere e aggiornare le applicazioni).

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

Tutorial PyGTK

PyGTK Tutorial è un tutorial per sviluppare con il toolkit grafico spesso utilizzato per lo sviluppo delle applicazioni Ubuntu. Sono necessarie alcune conoscenze di Python, ma non necessariamente di GTK.

  1. Install the python-gtk2-tutorial package (see Capitolo 11, Aggiungere, rimuovere e aggiornare le applicazioni). You will need to use Synaptic Package Manager to install this package.

  2. Per accedere alla documentazione, consultare python-gtk-tutorial.

Devhelp

Devhelp è un'applicazione per leggere ed eseguire ricerche su tutta la documentazione installata.

  1. Install the devhelp package (see Capitolo 11, Aggiungere, rimuovere e aggiornare le applicazioni).

  2. Scegliere ApplicazioniProgrammazioneDevhelp.