Questions tagged as 'pep8'

3
answers

When to use blank lines in a Python program?

Is skipping one of the aspects that make a program well-indented? If yes, what is the criteria used to skip lines?     
asked by 25.10.2017 / 21:01
1
answer

How to validate a script in PEP8?

I noticed some questions that asked about PEP8, something like "this way is correct?" , recent example: Problems with PEP8 Indentation Rules So the question has arisen, is there any way to know if the code is appropriate and which line...
asked by 03.12.2017 / 23:05
1
answer

Doubts about PEP8 [duplicate]

I read the PEP8 but I did not quite understand it when using 2 blanks. Should I use 2 spaces to separate a section of imports from another section? What sections does a Python file typically have? Should I have a file with all...
asked by 01.11.2017 / 13:12