Skip to content
Tiana Ton Nu edited this page Apr 20, 2019 · 3 revisions

Try your best to adhere to PEP 8. We won't be as strict as professional developers, but ensure that your code follows the most important rules:

  • 79-character max line length
  • 4-space tabs
  • CamelCase for class names and lowercase_with_underscores for variables and function names
  • 2 newlines between functions