Search code examples
Does Python evaluate type hinting of a forward reference?...


pythontype-hintingpep

Read More
Assignment with line continuation...


pythonstylingpep

Read More
Triple-double quote v.s. Double quote for docstrings...


pythonpep8quotedocstringpep

Read More
Data Classes vs typing.NamedTuple primary use cases...


pythonnamedtuplepeppython-3.7python-dataclasses

Read More
Immortal Objects in Python: how do they work?...


pythonpython-3.xpeppython-3.12

Read More
What's the difference on docstrings with triple SINGLE quotes and triple DOUBLE quotes?...


pythondocumentationdocstringpep

Read More
E731 do not assign a lambda expression, use a def...


pythonlambdaflake8pep

Read More
Is there any PEP regarding a pipe operator in Python?...


pythonpep

Read More
ERROR: Could not build wheels for PyNaCl which use PEP 517 and cannot be installed directly...


pythonpycharmpeppynaclpep517

Read More
Is calling next(iter) inside for i in iter supported in python?...


pythonfor-loopiteratorpep

Read More
Python: official guidance on using single dispatch functions...


pythonfunctoolspep

Read More
How to use the Python packaging library with a custom regex?...


pythonpython-3.xregexpep

Read More
Python Protocols: cannot understand 'class objects vs protocols"...


pythontypingpep

Read More
Does anything supercede PEP 8?...


pythonpep8pep

Read More
proper formatting of python multiline [ for in ] statement...


pythoncoding-stylepep8pep

Read More
Cartopy python Package (PEP 517) wheel building...


pythonpython-3.xcartopypython-wheelpep

Read More
How to annotate variadic parameters in Python using typing annotations?...


pythontypingpep

Read More
Zen of Python 'Explicit is better than implicit'...


pythonpepzen-of-python

Read More
PEP 586: How does Literal actually help variable return types?...


pythonnumpypython-typingpep

Read More
Why is my function not working in vscode when it works in jupyternote book?...


pythonfunctionvisual-studio-codejupyter-notebookpep

Read More
Is there an appropriate PEP error for failed threaded process?...


pythonpep

Read More
How to document limited values of input parameter in Docstring...


pythonpython-3.xdocstringpep

Read More
pylint invalid name error (C0103) doesn't follow python conventions...


pythonlintpylintpep

Read More
Regex to match PEP440 compliant version strings...


pythonregexpep

Read More
Why is PEP-801 reserved?...


pythonpep

Read More
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
BackNext