pep8.org is a website for the Python community to read PEP 8PEP 8 was written by Guido van Rossum, Barry Warsaw, and Nick Coghlan in 2001 and has become the de facto standard for Python code formatting, influencing tools like Black and flake8., the official Python style guide.
- Beautiful is better than ugly.
- Explicit is better than implicit.
- Simple is better than complex.
- Complex is better than complicated.
Enjoy coding!