Search code examples
How to remove the line breaks that Visual Studio Code includes when saving the code...


pythonvisual-studio-codepep8

Read More
How to disable special naming convention inspection of PEP 8 in PyCharm?...


pythonpycharmpep8jetbrains-ide

Read More
Should I always specify an exception type in `except` statements?...


pythonexceptionpep8

Read More
How to tell flake8 to ignore comments...


pythonpep8flake8

Read More
Python black style discrepancy...


pythonpep8

Read More
Python PEP8: Blank lines convention...


pythonpep8

Read More
"_func" not being imported even when declared in __all__...


pythonmodulepython-importpython-2.xpep8

Read More
Triple-double quote v.s. Double quote for docstrings...


pythonpep8quotedocstringpep

Read More
Python function argument list formatting...


pythonformattingindentationpep8

Read More
Should import statements always be at the top of a module?...


pythonoptimizationpep8

Read More
How can I break a line of chained methods in Python?...


pythoncoding-stylepep8

Read More
Unexpected indent error while i break my url to short length as per PEP8 guideline...


pythonpython-3.xindentationpep8

Read More
Python: using 4 spaces for indentation. Why?...


pythonindentationconventionspep8

Read More
Change indentation level in Google Colab...


pythongoogle-colaboratoryindentationpep8

Read More
PEP8 hanging indent specification...


pythonpep8

Read More
Does PEP 8 allow a simple hanging indent if it results in vertical alignment?...


pythonpep8

Read More
python multiline comment indent...


pythonpep8

Read More
Import order coding standard...


pythonpython-importstatic-analysispep8

Read More
pycodestyle (ex pep8) vs pylint strictness...


pythonpylintpep8pycodestyle

Read More
What does '# noqa' mean in Python comments?...


pythoncommentsterminologycode-analysispep8

Read More
How to write very long string that conforms with PEP8 and prevent E501...


pythonstringpep8

Read More
Why does Python pep-8 strongly recommend spaces over tabs for indentation?...


pythonindentationpep8

Read More
Closing braces with Python...


pythonpep8convention

Read More
How to properly use python's isinstance() to check if a variable is a number?...


pythonpython-2.5pep8

Read More
Why does Airflow best practice conflicts with PEP8 specifications?...


pythonairflowpep8

Read More
Is there any extension available in the Jupyter Notebook for automatically linting the Python code?...


pythonjupyter-notebooklintpep8

Read More
"E721: do not compare types, use isinstance()" error...


pythonpep8

Read More
numpydoc: Can I omit the type declaration in the docstring when I use type hints?...


type-hintingpep8docstringnumpydoc

Read More
Is De Morgan's Law Pythonic?...


pythonpep8demorgans-law

Read More
Indented comments in Python...


pythoncoding-stylepep8

Read More
BackNext