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

What is pep 8?

31st Aug 2019, 3:43 AM
Bhagirath Dudharejiya
Bhagirath Dudharejiya - avatar
3 Answers
+ 3
All you had to do is a very little research on google, stop being lazy. PEP 8 is Python's style guide. It's a set of rules for how to format your Python code to maximize its readability. Writing code to a specification helps to make large code bases, with lots of writers, more uniform and predictable, too.
31st Aug 2019, 4:06 AM
Aymane Boukrouh
Aymane Boukrouh - avatar
31st Aug 2019, 5:18 AM
David Ashton
David Ashton - avatar
+ 1
Python Enhanced Proposal 8 (PEP 8) provides standards and guidelines of how best to write python code
25th Feb 2023, 4:20 AM
Izaiah Kay
Izaiah Kay - avatar