Skip to content

Coding Standards: Python

Josiah-DuBose edited this page May 23, 2017 · 3 revisions

Follow pep 8 for all python files. The only rule that is not strictly enforced is the line break. Sometimes it doesn't make sense to move content to the next line, especially if it only goes over by a few characters.

Four space indention(using tabs or the space bar, whatever you prefer. Please, no debates about tabs vs. spaces)

D.R.Y. Code

Clone this wiki locally