Python/lang-pt: Difference between revisions

From OLPC
Jump to navigation Jump to search
Line 14: Line 14:
Algumas coisas a considerar no desenvolvimento em Python:
Algumas coisas a considerar no desenvolvimento em Python:


* [http://www.pythonbrasil.com.br/moin.cgi/GuiaDeEstilo PEP 8] é o guia de Estilo Python. On many issues the style guide suggests but does not require a particular style. Generally you should stick to the style guide, unless there is good reason not to. For instance, if you are interacting with a library (internal or external) that uses a different convention, don't try to translate the convention.
* [http://www.pythonbrasil.com.br/moin.cgi/GuiaDeEstilo PEP 8] é o guia de Estilo Python.


* [[Python Unicode_pt]]
* [[Python Unicode_pt]]

Revision as of 13:51, 3 May 2007

Introdução

   * O principal componente do OLPC Python Environment
   * Um trabalho a ser feito como parte do OLPC Summer of Code será escrito em Python
   * O site oficial do Python é http://www.python.org 
   * O site de Python brasileiro é http://www.pythonbrasil.com.br

O portável Python

Aprendendo Python

Recomendações para desenvolvimento

Algumas coisas a considerar no desenvolvimento em Python:

   * PEP 8 é o guia de Estilo Python. 
   * Python Unicode_pt  
   * Python Style Guide_pt