+ 1
What is a PEP8?
2 Respuestas
+ 5
its a standard used to keep your code clean and readable
+ 4
PEP stands for Python Enhancement Proposal.
A PEP is a design document providing information to the Python community, or describing a new feature for Python or its processes or environment.
The PEP should provide a concise technical specification of the feature and a rationale for the feature.