Chapitre 17. Développement

Table des matières

Apprendre à programmer
C et C++
Java
Autres langages de programmation
Outils de développement

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

Apprendre à programmer

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 (Plongez au coeur de Python)

Dive Into Python est un livre pour apprendre à programmer en Python, destiné aux programmeurs possédant déjà une expérience de la programmation.

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 Chapitre 11, Ajouter, supprimer et mettre à jour des applications).

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

Tutoriel PyGTK

Le tutoriel PyGTK est un didacticiel sur le développement avec une boîte à outils graphique fréquemment employée pour développer des applications Ubuntu. Il suppose une connaissance préalable de Python, mais pas forcément de GTK.

  1. Install the python-gtk2-tutorial package (see Chapitre 11, Ajouter, supprimer et mettre à jour des applications). You will need to use Synaptic Package Manager to install this package.

  2. Pour accéder à la documentation, rendez-vous sur python-gtk-tutorial.

Aide aux développeurs

Devhelp est une application pour consulter et rechercher toutes les documentations que vous avez installées.

  1. Install the devhelp package (see Chapitre 11, Ajouter, supprimer et mettre à jour des applications).

  2. Sélectionnez ApplicationsProgrammingDevhelp.