Capítulo 17. Programação

Índice

Aprender a programar
C e C++
Java
Outras linguagens de programação
Ferramentas de Desenvolvimento

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.

Dive Into Python

Dive Into Python é um livro para aprender a programar em Python, destinado a programadores com alguma experiência prévia.

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, Remover e Atualizar Aplicações).

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

Tutorial PyGTK

PyGTK Tutorial is a tutorial on developing with the graphical toolkit often used for developing Ubuntu applications. It assumes that you have knowledge of Python but not necessarily GTK.

  1. Install the python-gtk2-tutorial package (see Capítulo 11, Instalar, Remover e Atualizar Aplicações). You will need to use Synaptic Package Manager to install this package.

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

Devhelp

Devhelp is an application to read and search all of the documentation that you install.

  1. Install the devhelp package (see Capítulo 11, Instalar, Remover e Atualizar Aplicações).

  2. Choose ApplicationsProgrammingDevhelp.