Code to follow PEP8 style guide https://www.python.org/dev/peps/pep-0008
Type | Style |
---|---|
class Names | CappedWords |
module, function and variables | under_scored |
private functions and variables | _leading_underscore |
constants | UPPERCASE |
All additional functionalilty should be complete with relevant tests where possible. Please ask if you are unsure.