Coding StandardsΒΆ

  • PEP 8 style for Python code.

  • Descriptive names; avoid cleverness.

  • Add docstrings for public functions and classes.