Search code examples
Style question: single leading underscore in a package...


pythoninheritancenaming-conventionspep8

Read More
Format or Simplify a Long Boolean Expression in Python?...


pythonpytestindentationpep8

Read More
What's the PEP8 / best practice for Python multiline comments?...


pythonpep8

Read More
PEP eight in wxpython...


python-3.xwxpythonpep8

Read More
What is the best Python way to represent next line of code?...


pythonindentationpep8

Read More
How can I use Emacs Flymake mode for python with pyflakes and pylint checking code?...


pythonemacspylintpep8pyflakes

Read More
Commenting python lines that are code, which style to use?...


pythoncommentspep8

Read More
Where to start line breaking in Python?...


pythonline-breakspep8

Read More
Does PEP 8 require whitespace around operators in function arguments?...


pythoncoding-stylepep8

Read More
flake8 doesn't report mixed-case function names...


pythonpep8

Read More
Are constant class instances an exception to PEP8 naming convention?...


pythonpep8

Read More
What exactly constitutes a constant in Python?...


pythonpython-3.xpep8

Read More
Best way to check key value with dictionary in python...


pythondictionarypep8try-except

Read More
Is it pythonic to use shortcut expression instead of ternary?...


pythonpep8

Read More
autopep8 doesn't seem to be finding config file?...


pythongitpep8autopep8pre-commit.com

Read More
Pytest-pep8 problem while following Head First Python 2nd edition...


pythonpytestpep8

Read More
Python: How do I syntax data scraping from xlsx file?...


pythonpep8

Read More
How to prevent PyDev's autopep8 import formatter from moving site.addsitedir() calls?...


pythoneclipsepydevpep8autopep8

Read More
How should I write very long lines of code?...


pythonpep8

Read More
Is this the cleanest way to write a long list in Python?...


pythonpep8

Read More
Proper way of breaking line accessing dictionary...


pythonpep8

Read More
PEP 8 - Module name vs variable name for instance...


pythonnamingpep8

Read More
Python - PEP8 hanging indent error message...


python-3.xpep8

Read More
how to fix the flake 8 error "E712 comparison to False should be 'if cond is False:' or...


pythonpandaspep8flake8

Read More
"Ambiguous Class Definition" for classname "I" (Pep8 in Python)...


pythonclasspycharmpep8

Read More
flake8: F821 undefined name for a global variable...


python-3.xpep8flake8

Read More
Are these blocks according to PEP8?...


python-3.xtkinterpep8

Read More
Python Style - Adding 0 After Decimal...


pythoncoding-stylepep8

Read More
Is it possible to use PEP8 with column indentation...


pythonpep8pep

Read More
My VS Code doesn't respect PEP8 line limit on auto formatting...


pythonvisual-studio-codepep8autoformattingautoformat

Read More
BackNext