Python is a programming language which makes it easy to create anything from small, useful tools to full-sized applications. The good news is that Ubuntu has excellent support for Python right out of the box. The great news is that you can get started right away using the advice and sample code in these Python recipes!
The aim of these recipes is to provide examples of useful Python code which you can use to learn more about Python, and to provide code which you can use as building blocks for writing your own software. All of the example code is distributed under a free software license, so you can use it in your own projects.
[:WelcomeToPython:Welcome to Python]
Graphical Applications
Most graphical software in Ubuntu uses GTK, the GIMP ToolKit. Python has excellent support for GTK through the PyGTK bindings.
[:PythonRecipes/HelloWorld:Hello World!] - The simplest graphical application you can write, Hello World is an easy-to-follow example of a graphical application
[:PythonRecipes/GTKBasics:GTK Basics] - Basic information on how GTK works and what all of the technical terms mean
[:PythonRecipes/WebBrowser:Simple Web Browser] - Thanks to the GtkMozEmbed widget, it's easy to write a simple web browser application
Packaging and distribution
[:PythonRecipes/DebianPackage:Creating a Debian Package]
- Publishing packages on Launchpad using your Personal Package Archive
Documentation and other supporting material
- Writing man pages
Writing a DocBook user guide