Table Of Contents

This Page

Code conventions

Python code

Python code should be PEP-8 compliant. In particular:

  • Use four-space indents
  • Do not use studlyCaps for function, method, and variable names; instead use underscore_separated_names