• Python
  • Django
  • Modular Code
  • Indentation
  • __init__.py
  • Top of the file
  • Imports
  • from...import
  • Import style
  • Docstrings
  • Unused variables
  • Naming
  • General Naming Guidelines
  • Todo comments
  • Testing
  • General testing guidelines
  • Unit Tests
  • Functional Tests
  • Inspired by...