PEP8 ====== `PEP8 `_ is a style guide for Python code, and serves to ensure that the code is readable and conforms to some basic/common principles. To check your Python code meets the PEP8 style guide, you can use the `pycodestyle `_ script to review your updates against the PEP8 style guidelines.