Developers/Documentation/lang-es: Difference between revisions
(Created page with '{{Developers}} {{Translations}} Previous Next By this point, you should have a working Sugar environment (or a substitute for it)…') |
|||
Line 5: | Line 5: | ||
By this point, you should have a working Sugar environment (or a substitute for it), a project idea, and an idea how and where to ask for help if you have problems. The next step is to actually start coding. |
By this point, you should have a working Sugar environment (or a substitute for it), a project idea, and an idea how and where to ask for help if you have problems. The next step is to actually start coding. |
||
= |
= Tutoriales = |
||
[[Developers/Stack#Python/PyGTK|PyGTK]] |
Desarrolladores de [[Developers/Stack#Python/PyGTK|PyGTK]] encontrara documentos disponibles de [[Tutorials |Tutoriales]], de un simple proyecto de Hola Mundo a una descripción profunda del desarrollo de la actividad [[Block Party]]. |
||
[[Developers/Stack#OLPCGames|Pygame]] |
Desarrolladores de [[Developers/Stack#OLPCGames|Pygame]] quizas querran comenzar con: |
||
* [[Game Development Newbies]] -- |
* [[Game Development Newbies|Desarrollo de juegos para novatos]] -- introduccion general |
||
* [[Game development HOWTO]] -- 5- |
* [[Game development HOWTO|COMO en desarrollo de juegos]] -- 5-minutos para tu primer actividad en [[Pygame]] |
||
[[Developers/Stack#Etoys|Etoys]]/Smalltalk |
Desarrolladores [[Developers/Stack#Etoys|Etoys]]/Smalltalk querran comenzar con [[Smalltalk Development on XO]]. |
||
Otros desarrolladores quizas quieran leer sobre [[Sugarizing]] aplicaciones no pytonescas. |
|||
= Reference = |
= Reference = |
Revision as of 03:05, 27 May 2011
Please copy/paste "{{Translationlist | xx | origlang=en | translated={{{translated}}}}}" (where xx is ISO 639 language code for your translation) to Developers/Documentation/lang-es/translations | HowTo [ID# 256561] +/- |
By this point, you should have a working Sugar environment (or a substitute for it), a project idea, and an idea how and where to ask for help if you have problems. The next step is to actually start coding.
Tutoriales
Desarrolladores de PyGTK encontrara documentos disponibles de Tutoriales, de un simple proyecto de Hola Mundo a una descripción profunda del desarrollo de la actividad Block Party.
Desarrolladores de Pygame quizas querran comenzar con:
- Desarrollo de juegos para novatos -- introduccion general
- COMO en desarrollo de juegos -- 5-minutos para tu primer actividad en Pygame
Desarrolladores Etoys/Smalltalk querran comenzar con Smalltalk Development on XO.
Otros desarrolladores quizas quieran leer sobre Sugarizing aplicaciones no pytonescas.
Reference
- API Reference -- pointers to the various libraries' reference documentation.
You can also run the pydoc script on an XO in order to have browseable pydoc documentation locally. To do this, open a Terminal activity and run:
pydoc -p 8080
then open a Web Browser activity and go to the url:
http://localhost:8080/
to view the documentation. This approach works best with Python-coded libraries which have spent some time on their docstrings (and generally requires that you know English, as most docstrings are written in English).
Resources
- The Developer's Category collects everything in the wiki that's been tagged as pertaining to developers (it's a bit hard to navigate)
- Sugar Code Snippets a few canonical code fragments that may be of use when coding in PyGTK
FAQ
The Developer's FAQ is large enough to merit its own page in the Developer's manual.
Contributing
As with most Open Source software projects, we have difficulties with documentation. We are very interested in finding people interested in documenting the system. If you are too shy about your coding skills to write code, helping us document the code-base would be an amazing and valuable contribution.
Helping organize the wiki (the web site you are currently reading) to better document the platform and development process would also be very helpful.
Wade's handy links list
Pulling the source to an existing activity from Git:
Creating a new activity:
For PyGTK activities:
For PyGame activities:
For video playback using gstreamer:
For supporting collaboration:
Submitting to OLPC: