Python

From OLPC
Jump to navigation Jump to search
  english | español | português HowTo [ID# 106320]  +/-  

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.