Search code examples
Data Classes vs typing.NamedTuple primary use cases...

pythonnamedtuplepeppython-3.7python-dataclasses

Read More
Is it a good practice to reassign self properties to a local variable...

pythonpython-3.xselfpep8pep

Read More
Pythonic usage or underscore (private) names in Python...

pythonclassprivatepep

Read More
Python best practice: how to alias a module...

pythonpython-importpep

Read More
Is there a PEP convention for "my class" in a class method?...

pythonpep

Read More
Python >= 3.3 Internal String Representation...

pythonstringcpythonpep

Read More
Why does sqlite3 still use __conform__?...

pythonsqlitepep

Read More
What caused Python 3.13-0b3 ( compiled with GIL disabled ) be slower than 3.12.0?...

pythonperformancecpythongilpep

Read More
Assignment with line continuation...

pythonstylingpep

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

pythonpep8quotedocstringpep

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