Skip to content

Procedure

Helzibah edited this page Apr 3, 2012 · 29 revisions
  1. Fork this repository to create your own copy.
  2. Follow GitHub Flow to branch for new features and issue pull requests when done.
  3. Follow PEP 8 Style Guide for all Python code. Highlights:
  • 4 spaces for indentation
  • 'lower_case' for modules, functions, variables
  • 'CamelCase' for classes and exceptions
  • 'CAPITAL_LETTERS' for constants
Clone this wiki locally