Introduction
Lesson 15 of 28 in Coddy's Clean Code - Write better code using Python course.
PEP 8 is a style guide that describes the coding standards for Python.
It's the most popular guide within the Python community.
We will go over some of the guidelines and get familiar with them.
PEP 8 is not required when coding in Python although it's a very good practice to use it!
Try it yourself
This lesson doesn't include a code challenge.