Search code examples
Is there any benefit to assigning a view to same name vs to a new name in python?...


pythonnumpyobjectmemorypep8

Read More
Does PEP-8 mandate imports or global variables first?...


pythonpep8

Read More
pep8 compliance testing is failing...


python-3.xpytestpep8

Read More
Setting defaults for empty arguments (Python)...


pythonpep8default-arguments

Read More
Is there a way to detect words without searching for whitespace or underscores...


pythonconventionspep8

Read More
Pylint, PyChecker or PyFlakes?...


pythonpylintpep8pyflakespychecker

Read More
How to write a pep8 configuration (pep8.rc) file?...


pythonpep8pep

Read More
Configure pep8.py command line options in pycharm...


pythonpycharmpep8

Read More
Naming convention for functions instancing classes...


pythonoopnaming-conventionsfactorypep8

Read More
Better code layout in Python to comply with PEP 8 character limit...


pythonpep8

Read More
How can I handle this PEP8 warning?...


pythoncoding-stylepep8pep

Read More
How do you usually handle long-line code newline breaking in Python?...


pythonpython-3.xcoding-stylepep8pep

Read More
Python convention for variable naming to indicate units...


pythonnaming-conventionspep8

Read More
Is there a way to get a list of all pep8 violations using pycodestyle?...


pythonpep8pycodestyle

Read More
Why is my 80 character ruler between Sublime Text3 and VS Code so different?...


visual-studio-codesublimetext3pep8rulers

Read More
PEP8-compliant way to line-wrap a chain of ['item']['item'] lookups...


pythonpep8

Read More
PEP8 multi-line dict with multi-line value...


pythonstringdictionarypep8python-black

Read More
Validating Classes and Methods are properly documented (type, arguments, returns, exceptions)?...


pythonpython-sphinxpylintpep8

Read More
Python code style: spaces around joinpath operator of pathlib...


pythoncoding-stylepep8pathlib

Read More
Python formatting: what's the correct number of blank lines between module docstring and first i...


pythonformattingwhitespacepep8

Read More
Is it okay to use itinerary operators in python without assignment?...


pythonpep8

Read More
How to pass a constant variable to a function...


pythonpython-3.xpep8

Read More
How can I make selenium + python lines satisfy PEP 8 line length recommendations?...


pythonseleniumpep8

Read More
In python, Does using long line without breaking into multiple line will affect speed or performance...


pythoncoding-stylepep8

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


pythonassertpep8

Read More
Proper way hint '->' mutiple return type in python function...


pythonpython-3.xsyntaxpep8

Read More
PEP8 function definitions and Sublime Text 3 code folding...


pythonsublimetext3pep8

Read More
How to format long SQL queries according to PEP8...


pythonpython-2.7pep8

Read More
Make function understandable by pointing on two return values...


pythonpep8

Read More
How can I make filtering a Pandas Dataframe with a condition conform to PEP8?...


pandaspylintpep8

Read More
BackNext