PyGTK/lang-es: Difference between revisions
No edit summary |
|||
Line 1: | Line 1: | ||
{{translation |
|||
| source = PyGTK |
|||
| lang = es |
|||
| status = {{translation/wanted/{{SUBPAGENAME}}}} |
|||
}} |
|||
{{translation |
{{translation |
||
| source = PyGTK |
| source = PyGTK |
Revision as of 00:48, 6 July 2011
Todavía no se ha traducido la página original, PyGTK. Si quieres traducirla, copía el texto desde aquí y agregalo a esta página usando "edit" arriba. También hay que cambiar el "status=deseada" arriba a "status=incompleta".
Mientras tanto, se puede verla traducida por google.
Please copy/paste "{{Translationlist | xx | origlang=en | translated={{{translated}}}}}" (where xx is ISO 639 language code for your translation) to PyGTK/lang-es/translations | HowTo [ID# 257720] +/- |
From the about page:
About PyGTK
PyGTK provides a convenient wrapper for the GTK+ library for use in Python programs, taking care of many of the boring details such as managing memory and type casting. When combined with the PyORBit, gnome-python, gnome-python-desktop or gnome-python-extras modules, it can be used to write full featured Gnome applications.
GTK+ is a GUI toolkit for developing graphical applications that run on POSIX systems such as Linux, Windows and MacOS X (provided that an X server for MacOS X has been installed). It provides a comprehensive set of widgets, and supports Unicode and bidirectional text. It links into the Gnome Accessibility Framework through the ATK library.
Python is an interpreted, interactive, object-oriented programming language. It is often compared to Tcl, Perl, Scheme or Java. Python combines remarkable power with very clear syntax. It has modules, classes, exceptions, very high level dynamic data types, and dynamic typing.
The current version of PyGTK requires GTK+ >= 2.0 and Python >= 2.2 to build.
Getting Started
PyGTK Tutorials
- PyGTK Activity Tutorials: with and without Glade
- Tuquito's /Hello World with Glade, using GTK+Glade
- /Smooth Animation with PyGTK
- /Hello World with Glade and Sweettepache
External
See also
- Tepache
- GTK
- OLPC Python Environment
- PyGTK-Codegen code generator for integrating GTK code with Python