Search code examples
Type of variables in a class: best programming practices...


pythonpep8

Read More
Python Main Method Location Convention...


pythonprogram-entry-pointpep8

Read More
Incorrectly ordered imports using tox...


pythondjango-rest-frameworkpep8tox

Read More
PEP8 formatting of dictionary with long values gives warning...


pythonpep8

Read More
Lambda works, defined function does not...


pythonlambdapycharmpep8

Read More
IndentationError on breaking a line with binary operators as per the PEP8 guidelines...


pythonindentationpep8

Read More
The proper way to compare a variable with None...


pythonpython-3.xpython-2.7standardspep8

Read More
Spliting Python string interpolation onto multiple lines...


pythonpep8

Read More
How to indicate multiple unused values in Python?...


pythonpylintpep8

Read More
What is best naming conventions for long class name?...


pythonmodel-view-controllerflaskconventionspep8

Read More
Does Python's PEP8 line length limit apply to comments?...


pythonpep8

Read More
Why are some python variables uppercase whereas others are lowercase?...


pythontensorflowpep8

Read More
Best practice: local variables in a function (explicit vs implicit)...


pythonpython-3.xpep8

Read More
Blank line before the return statement in a Python function...


pythonpython-2.7python-3.xpep8

Read More
How to deal with long lines of code and commands in Python...


pythonline-breakspep8

Read More
PEP8 and base64 strings...


pythonpep8

Read More
Why does pylint assess itself?...


python-2.7pylintpep8

Read More
PEP8 E203 error occurs in list slice...


pythonpep8autopep8

Read More
Constant class attribute style according to PEP8: uppercase or lowercase?...


pythonclassconstantspython-3.6pep8

Read More
Is there a recommended format for multi-line imports?...


pythonpython-2.7pep8

Read More
How can i break up this line to meet PEP8 requirements?...


pythonpython-2.7sqlalchemypep8pep

Read More
Matching indentation level according to PEP8/flake8...


pythonindentationpep8

Read More
What would be the most optimised way to access values in a nested array whilst respecting pep8?...


pythonmultidimensional-arraypep8

Read More
Double vertical line for editors...


vimeditorjetbrains-idepep8

Read More
When every path in a function has a return statement is it wrong to not use an else statement?...


pythonpep8

Read More
Wrapping python doctest results that are longer than 80 characters...


pythondoctestpep8

Read More
When is a variable considered constant in terms of PEP8 naming styles?...


pythonpep8

Read More
how to abbreviate dimension following the PEP8 rules?...


pythonpython-3.xnaming-conventionspep8

Read More
Are multiple operations for string formatting allowed in Python?...


pythonstring-formattingpep8

Read More
Linter "line too long" error and excessive whitespace inside multi-line strings in ST3...


pythonstringsublimetext3indentationpep8

Read More
BackNext