+ 1
What is PEP 8?
#pythonConcept
3 Answers
+ 8
style guide for Python
https://www.python.org/dev/peps/pep-0008/
+ 1
https://www.sololearn.com/learn/Python/2483/
+ 1
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.
Hot today
BMI calculator code project
0 Votes
SQL
1 Votes
Paint Costs
1 Votes
How to create a border
0 Votes
Overloading + operator
0 Votes