Search code examples
How should I format a long url in a python comment and still be PEP8 compliant...


pythonpep8

Read More
python pep8 class in init imported but not used...


pythonpep8flake8

Read More
How to make a line break on . notation in accordance to PEP8...


python-3.xformattingpep8

Read More
Code formatter like nb_black for google colab...


google-colaboratorypep8python-black

Read More
How come the Python's logging module doesn't follow PEP8 conventions?...


pythonloggingpep8python-logging

Read More
pep8 warning on regex string in Python, Eclipse...


pythonstringeclipsepydevpep8

Read More
Styling - Import order for Python functions and methods...


pythonimportpep8

Read More
PEP8 inspection in PyCharm not working with Docker remote python interpreter...


pythonpython-2.7dockerpycharmpep8

Read More
matplotlib.use required before other imports clashes with pep8. Ignore or fix?...


pythonmatplotlibpep8

Read More
Why are PIL and its Image module capitalized?...


pythonpython-imaging-librarypep8

Read More
running pep8 or pylint on cython code...


cythonpylintpep8flake8

Read More
Does anything supercede PEP 8?...


pythonpep8pep

Read More
flake8 & pycodestyle/pep8 not showing E721 errors...


pythonpep8flake8pycodestyle

Read More
proper formatting of python multiline [ for in ] statement...


pythoncoding-stylepep8pep

Read More
comparison to False should be 'if cond is False:' or 'if not cond:...


pythonpython-3.xpep8

Read More
Phython: missing-function-docstring (pylance)...


pythonpep8pylance

Read More
How to break a line in a function definition in Python according to pep8?...


pythonpep8

Read More
"assert" statement with or without parentheses...


pythonassertparenthesespep8statements

Read More
Why do maximum line lengths sometimes end with 9?...


conventionspep8

Read More
Does PEP8 suggest returning a variable or a function call from a method?...


pythonpep8

Read More
How to break a long line with multiple bracket pairs?...


pythonpython-3.xline-breakspep8

Read More
E501 line too long (Break up a Directory)...


pythonpep8

Read More
PEP 8, why no spaces around '=' in keyword argument or a default parameter value?...


pythonpep8

Read More
PEP 8 - Aligning parameters by adding whitespace...


pythonpep8

Read More
PEP8 best docstring practice when function has multiple different return...


pythonfunctionpep8docstring

Read More
Visual studio code suppress pep8 warnings...


visual-studio-codepep8

Read More
Is using magic methods in high level Python code is allowed by PEP8?...


pythonpep8

Read More
ipython3 notebook vertical margin/marker line at 80 characters...


python-3.xpep8jupyter-notebook

Read More
What is PEP8's E128: continuation line under-indented for visual indent?...


pythonsublimetext2pep8

Read More
Python for-loop without index and item...


pythonfor-looppep8

Read More
BackNext