Search code examples
What would be the best way to break up a string format line of code based on PEP8 standards and pyth...


pythonsyntaxpep8

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


pythonpep8

Read More
Configuration setting for Vim PEP-8 plugin to ignore errors and warnings?...


pythonvimpep8

Read More
Python Auto-Formatting Adds Extra Spaces...


pythonvisual-studio-codepep8autopep8

Read More
Do I have to deviate from PEP 8 style conventions when comparing to booleans in pandas?...


pythonpandaspep8

Read More
How to write code to avoid pep8 W502 and E504 issue...


pythonpep8

Read More
Blank line Python PEP8 best practice in class definition...


pythonpep8

Read More
List comprehension and or spacing with a new-line...


pythonpep8

Read More
how to break a long line of chained assignments in python...


pythoncoding-stylepep8

Read More
How both ignore type check and obey line <80 chars...


pythonpep8namedtuplemypy

Read More
What's the proper way to (PEP8)line break for when constants are called from a function?...


pythonpython-3.xpep8code-structure

Read More
Most pythonic way to split this line?...


pythonnumpypep8pep

Read More
Django breaking long lookup names on queries...


pythondjangodjango-modelsdjango-ormpep8

Read More
Why an underscore in `float.is_integer`, but not in `str.isnumeric`?...


pythonnaming-conventionspep8

Read More
Breaking a long function in Python according to PEP 8...


pythonpep8

Read More
Python distinguish between similar variable names (naming convention)...


pythonnaming-conventionspep8

Read More
pep8 minor annoyance...


pythonbooleanpep8

Read More
What is the most pythonic way to open a file?...


pythonfilepep8

Read More
good idea to use list(map(lambda x: xxxx)) without create extra list...


pythonpython-3.xpep8

Read More
PEP8 and long method names from imported modules...


pythonpep8

Read More
Spacing on inline comments with yapf...


pythonpep8yapf

Read More
PEP style guide for from module import with very nested module structure...


pythonpython-3.xpep8pep

Read More
Why are unittest2 methods camelCase if names_with_underscores are preferred?...


pythonpep8unittest2

Read More
What is the python docstring convention for returning multiple values?...


pythonpep8docstring

Read More
Is it a good practice to use triple quotes to create "docstrings" in non-standard contexts...


pythoncommentspep8docstring

Read More
How to include output data in pep8 format docstring...


pythonpep8

Read More
Additional spaces to align continuation lines...


pythonpep8flake8

Read More
PEP 8: How to name an acronym for a library named a2b?...


pythoncoding-stylepep8

Read More
sharing a module between tests and core - appropriate project structure...


pythonpython-3.xpython-moduledirectory-structurepep8

Read More
How to shorten the "is not None" in the if statement...


pythonpython-3.xif-statementpep8

Read More
BackNext