Coding StyleΒΆ
In general, code should be clean, concise and readable. The Zen of Python (PEP 20) is a great introduction to best coding practices for Python.
- Follow the Style Guide for Python Code (PEP 8) as closely as reasonable.
- Follow the Django coding style.