Search code examples
Where to place __all__ in a Python file?...


pythonpep8readabilitycode-readabilityflake8

Read More
Python alignment of assignments (style)...


pythoncoding-stylepep8

Read More
how to deal with R0915: Too many statements (69/50) (too-many-statements) in pylint?...


pythonpyqt5pylintpep8

Read More
Revert changes in python try exception block before raising...


pythonpython-3.xpep8code-duplication

Read More
autopep8 indenting inconsistently...


pythonindentationpep8autopep8

Read More
sublime text: How to change shortcut of autopep8?...


sublimetext3pep8

Read More
Use case for "import as" in Python...


pythonpython-3.xpython-importpython-modulepep8

Read More
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
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
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
BackNext