Python PEPs¶

For Python code the Python Enhancement Proposals (PEPs) apply. See the Python Developer’s Guide for detailed information. The most basic one is PEP8: Style Guide for Python Code. Compliance with PEP8 can be checked using the Python style guide checker.