What is PEP 8? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is PEP 8?

#pythonConcept

16th Nov 2018, 12:25 PM
Syed ghouse
Syed ghouse - avatar
3 Answers
16th Nov 2018, 2:40 PM
Mert Yazıcı
Mert Yazıcı - avatar
+ 2
pep8 is a tool to check your Python code against some of the style conventions in PEP 8. Pep8 is a coding standard and Style Guide for readability and long-term maintainability. It's not a requirement for your code to work, just a good coding practice you should follow.
16th Nov 2018, 4:53 PM
Maninder $ingh
Maninder $ingh - avatar