Capítulo 17. Programar

Tabla de contenidos

Aprender a programar
C y C++
Java
Otros lenguajes de programación
Herramientas de desarrollo

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

Aprender a programar

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.

Sumergirse en Python

Dive Into Python es un libro para aprender a programar en Python, orientado a programadores con alguna experiencia previa.

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 Capítulo 11, Instalar, desinstalar y actualizar aplicaciones).

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

Tutorial PyGTK

El tutorial PyGTK es un tutorial que enseña a programar con el conjunto de herramientas gráficaa utilizada frecuentemente para desarrollar aplicaciones Ubuntu. Se asume que usted tiene conocimientos de Python pero no necesariamente de GTK.

  1. Install the python-gtk2-tutorial package (see Capítulo 11, Instalar, desinstalar y actualizar aplicaciones). You will need to use Synaptic Package Manager to install this package.

  2. Para acceder a la documentación, visite python-gtk-tutorial.

Devhelp

Devhelp es una aplicacion para leer y buscar en toda la documentación que haya instalado.

  1. Install the devhelp package (see Capítulo 11, Instalar, desinstalar y actualizar aplicaciones).

  2. Elija AplicacionesProgramaciónDevhelp.