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


pythonvisual-studio-codepep8

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


google-colaboratorypep8python-black

Read More
Why does PyCharm use 120 Character Lines even though PEP8 Specifies 79?...


pythonpycharmpep8

Read More
How to format a python assert statement that complies with PEP8?...


pythonassertpep8

Read More
How do I break a link in a rst docstring to satisfy pep8?...


pythonpython-sphinxrestructuredtextpep8

Read More
Why does flake8 flag E226 only when whitespace is missing on both sides of operator?...


pythonpep8flake8

Read More
Python `if x is not None` or `if not x is None`?...


pythonnonetypeboolean-expressionpep8

Read More
What is the PEP-8 guideline for a default parameter with a union type?...


pythonpython-typingpep8default-parameters

Read More
Can I use a builtin name as a method name of a Python class?...


pythonpep8

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


pythoncoding-stylecode-formattingpep8

Read More
How do you PEP 8-name a class whose name is an acronym?...


pythoncoding-stylenaming-conventionspep8

Read More
How should I format a long url in a python comment and still be PEP8 compliant...


pythonpep8

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


pythonpep8flake8

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


pythonpep8flake8

Read More
How to choose proper variable names for long names in python...


pythonpep8

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


pythonstringpep8

Read More
Tool to convert Python code to be PEP8 compliant...


pythoncoding-stylepep8

Read More
Change indentation level in Google Colab...


pythongoogle-colaboratoryindentationpep8

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


pythonoptimizationpep8

Read More
Can not get past illogical line pep8 error...


pythonif-statementpep8

Read More
What's the 'cleanest' way to indent multiple function arguments considering pep8?...


pythonpep8

Read More
Is it a good practice to reassign self properties to a local variable...


pythonpython-3.xselfpep8pep

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


pythoncoding-stylepython-importpep8

Read More
github-actions: a multi-line output from a previous step with 'uses' in a next step of a wor...


githubyamlgithub-actionspep8github-ci

Read More
How do I set the maximum line length in PyCharm?...


pythonpycharmpep8

Read More
Using shorter textwidth in comments and docstrings...


pythonvimpep8autocmd

Read More
Closing braces with Python...


pythonpep8convention

Read More
What's convention for naming a class or method as "class" in Python?...


pythonnaming-conventionspep8

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


pythonpep8

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


pythoncommentsterminologycode-analysispep8

Read More
BackNext