Skip to content
Doron Shapiro edited this page Jan 8, 2016 · 1 revision

Style Guide

  • Use the PEP8 linter
  • Use the PEP8 linter
  • Use the PEP8 linter (it comes with Anaconda in Sublime)
  • Variable names should be descriptive - if it needs a comment, it's not descriptive enough.
  • Document classes and functions with docstrings: https://www.python.org/dev/peps/pep-0257/
Clone this wiki locally