Search code examples
Multiline If statement with a single conditional...


pythonpep8

Read More
How to get programatic access to list of Pep8 Error codes...


pythonpep8flake8

Read More
May __init__ be used as normal method for initialization, not as constructor?...


pythondesign-patternsinitializationpep8

Read More
`Ctrl` + `Alt` + `L` doesn't fix warning PEP 8: E122 continuation line missing indentation or ou...


pythonpycharmrefactoringindentationpep8

Read More
Python formatting when `format()` dot notation involved...


pythoncode-formattingpep8

Read More
How to set a default linter to be used across various IDEs...


javascriptpythoneslintvisual-studio-codepep8

Read More
What is the appropriate way of raising an error for having the wrong Python version?...


pythonpep8

Read More
W504 line break after binary operator...


pythonpep8flake8

Read More
Python: How to style declarations of multiple variables (of different name lengths)...


pythonpep8

Read More
What's the correct way to sort Python `import x` and `from x import y` statements?...


pythoncoding-stylepython-importpep8

Read More
pycodestyle: Ignore directives project-wise...


pythonpep8pycodestyle

Read More
PEP8 and PyQt, how to reconcile function capitalization?...


pythoncoding-stylepyqtpyqt4pep8

Read More
Pep 8 Conflict, Imports exceed 72 characters...


pythonimportpep8

Read More
Is overwriting variables names for lengthy operations bad style?...


pythonpandaspep8

Read More
Can we name python functions (not methods!) with leading underscores?...


pythonnamingpep8

Read More
Flake8 with pep8-naming complains about camelCase imports...


pythonpep8flake8

Read More
There is a way to enable a visual line on VS Code to show the limit for PEP8?...


pythonvisual-studio-codepep8

Read More
Make flake8 differentiate between undefined functions and star imports...


pythonpython-importpep8flake8

Read More
Should I use "camel case" or underscores in Python?...


pythonnaming-conventionspep8

Read More
Does whitespace in syntax affect performance in Python?...


pythonpep8

Read More
Correct style for line breaks when chaining methods in Python...


pythoncoding-styleline-breakspep8

Read More
How to disable a pep8 error in a specific file?...


pythonpep8

Read More
Break python assignment into multiple lines...


python-3.xpep8flake8

Read More
How to stop Black from removing new lines in function call args?...


pythonpep8python-black

Read More
PEP8 plugin breaks my Type Hint code in Sublime 3...


pythonsublimetext3pep8python-typing

Read More
Is there any benefit to assigning a view to same name vs to a new name in python?...


pythonnumpyobjectmemorypep8

Read More
Does PEP-8 mandate imports or global variables first?...


pythonpep8

Read More
pep8 compliance testing is failing...


python-3.xpytestpep8

Read More
Setting defaults for empty arguments (Python)...


pythonpep8default-arguments

Read More
Is there a way to detect words without searching for whitespace or underscores...


pythonconventionspep8

Read More
BackNext