forked from ssaru/You_Only_Look_Once
-
Notifications
You must be signed in to change notification settings - Fork 7
[Style Guide for Python Code] PEP8
visionNoob edited this page Oct 1, 2018
·
1 revision
Use 4 spaces per indentation level.
[1] PEP 7, Style Guide for C Code, van Rossum
[2] Barry's GNU Mailman style guide http://barry.warsaw.us/software/STYLEGUIDE.txt
[3] Donald Knuth's The TeXBook, pages 195 and 196.
[4] http://www.wikipedia.com/wiki/CamelCase
[5] Typeshed repo https://github.com/python/typeshed
[6] Suggested syntax for Python 2.7 and straddling code https://www.python.org/dev/peps/pep-0484/#suggested-syntax-for-python-2-7-and-straddling-code
This document has been placed in the public domain. Source: https://github.com/python/peps/blob/master/pep-0008.txt