Search code examples
Python readibility of long statement...

pythonpep8pep

Read More
What motivates the "no-alignment" policy of PEP 8?...

pythonpep8pep

Read More
How to test individual characters of a bytes string object?...

pythonstringbytepep

Read More
Using Protocols in django models raises metaclass conflict error...

pythonpython-3.xdjangoprotocolspep

Read More
Python PEP: blank line after function definition?...

pythoncoding-stylestylespep

Read More
Absolute imports can provide all the functionality of relative (intra-package) imports?...

pythonpep

Read More
Why is there no xrange function in Python3?...

pythonpython-3.xpepxrange

Read More
Typing a Decorator that Accepts Arguments via ParamSpec (PEP-612, Python 3.10)...

pythontypestype-hintingmypypep

Read More
Best practices on python conditionals...

pythonif-statementpep

Read More
MySQL Connector methods `fetchone` and `fetchmany` are not PEP 249 compliant...

pythonmysqlmysql-connectorpep

Read More
Linting variable annotation typo from PEP 526...

pythonlintmypypep

Read More
Why was the name "arange" chosen for the numpy function?...

pythonnumpynaming-conventionsnamingpep

Read More
Python, Casting a list from a set changes the order. What is the best way to avoid this?...

pythonpython-3.xpep

Read More
Where does it say that 0x prefix makes literals hex base?...

pythonpep

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

pythonpep8pep

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
How can you square a number in pep9?...

assemblypeppep9-assembly

Read More
What is PEP-249?...

pythondatabasepep

Read More
Python try-except block re-raising exception...

pythonpep

Read More
Why PyCharm shows lint error "too few arguments for format string" for mixed keyword and p...

pythonpycharmpep

Read More
Can module names in Python end with an underscore?...

pythonmodulepackagenamingpep

Read More
Python Expression that returns a value if condition is met but otherwise continues a for loop...

pythonpython-3.xternaryf-stringpep

Read More
How does the f-string in this Python function work?...

pythonpython-3.xf-stringpep

Read More
Proper use of "return" in functions...

functionreturncode-readabilitypep

Read More
Better to 'try' something and catch the exception or test if it's possible first to avoi...

pythonexceptionif-statementtry-catchpep

Read More
Nested if's - what's more Pythonic?...

pythonif-statementnestedindentationpep

Read More
Are there any prefered style when declaring default parameters in a function?...

pythonpython-3.xpep

Read More
Why does unpacking give a list instead of a tuple in Python?...

pythoniterable-unpackingpep

Read More
How to add a long comment to a statement properly in Python?...

pythonpython-3.xpep8pep

Read More
BackNext