Search code examples
Using pass on a non necessary else statement...


pythonpep8

Read More
"Never invent such names; only use them as documented." Who?...


pythonnaming-conventionsterminologypep8

Read More
How to break this line properly to match PEP 8 style guide?...


pythonpep8

Read More
Naming attributes and methods...


pythonpep8

Read More
Commenting with line continuation...


pythonpython-2.7commentspep8continuation

Read More
PEP8, vim, and block of code...


pythonvimpep8

Read More
PEP8 formatting: long line with indentation and nested brackets...


pythonindentationbracketspep8

Read More
Idiom for long tuple unpacking...


pythoncoding-stylepep8

Read More
Are stacked if-statements or if-elif-else better style for Python?...


pythoncoding-stylepep8

Read More
PEP-8 for function calls...


pythonconventionspep8code-conversion

Read More
number in function name...


pythonfunctionnumberspep8

Read More
PEP8 and initialization of object using long keyword arguments...


pythonargparsepep8

Read More
Docstring style: should I really have it this long?...


pythonstylespep8docstring

Read More
Wrapping lines with long class/attributes names in Python...


pythonword-wrappep8

Read More
Python style: catching exceptions just to print them...


pythonexceptionstylespep8

Read More
Python PEP8 conventions...


pythonpython-2.7python-3.xpep8pep

Read More
Correct way to edit dictionary value python...


pythonpep8

Read More
pep8 fail with fabric...


pythonfabricpep8

Read More
How to partially disable/ignore pylint rules?...


pythonpylintpep8

Read More
Import a single global variable from a different module in python...


pythonpep8

Read More
Splitting long line printed to screen the right way in python...


pythonpep8

Read More
How to set correct indendation when using formatprg=autopep8?...


pythonvimpep8

Read More
Can I ask pep8 in python to parse a string instead of a file?...


pythonformatpep8pep8-checker

Read More
How to get PyDev code analysis working on Aptana Studio 3 with virtualenv?...


pythondjangopydevaptana3pep8

Read More
Some advice on the style of different ways to limit line length to comply with PEP8...


pythoncoding-stylepep8

Read More
Are there unwanted consequences to non-PEP8 compliant code (E211)?...


pythonpep8

Read More
Pythonic code style...


pythoncoding-stylereadabilitypep8

Read More
Idiomatic Python - checking for zero...


pythonpep8idioms

Read More
How do I satisfy the Unused Variable rule from PEP8 if I don't need a variable returned by a fun...


pythonpep8

Read More
Pytest can't generate XML output when in unicode...


pythonunicodeutf-8pep8pytest

Read More
BackNext