PEP8 style guide for Python

PEP8 is a style guide for Python that helps programmers write readable code. It is important to follow certain conventions to make our code readable. Some examples of coding conventions include the following:

You can read the entire PEP8 standards at https://www.python.org/dev/peps/pep-0008/#block-comments.