There was an error while loading. Please reload this page.
We use Python 2 as the programming language for the core modules.
It is recommended to use:
UpperCamelCase
lowerCamelCase
CAPITALIZED_WITH_UNDERSCORES
lowercase_separated_by_underscores
4 spaces of indentation, and no tab characters should be used.
Triple quote format is preferred for docstring that appears as first statement in classes, methods or functions.
A single line above the code is recommended. Add full stop at the end of each comment.
Use two empty lines between def's.
def
Use single underscore _private to indicate that attribute or method are for internal use in class.
_private