Python: Difference between revisions

From OLPC
Jump to navigation Jump to search
Line 14: Line 14:
* [[Python Style Guide]]
* [[Python Style Guide]]


[[Category:Software development]]
[[Category:Hacking]]
[[Category:Developers]]
[[Category:Hacking]]
[[Category:Programming language]]
[[Category:Hacking]]
[[Category:Python]]
[[Category:Hacking]]

Revision as of 16:40, 7 February 2008

  english | español | português HowTo [ID# 106321]  +/-  

Lal

it sucks

Development Advice

Some things to consider in Python development:

  • PEP 8 is the Python style guide. 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.