Difference between revisions of "Python Enhancement Proposal (PEP)"
Jump to navigation
Jump to search
(9 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
[[wikipedia:PEP]] | [[wikipedia:PEP]] | ||
− | * PEP 8 | + | * [[PEP 8]] - Style Guide for Python Code, https://www.python.org/dev/peps/pep-0008/ |
+ | |||
+ | * [[PEP 328]] - [[Imports]]: Multi-Line and Absolute/Relative https://peps.python.org/pep-0328/ | ||
+ | |||
+ | * PEP 427 – The [[Wheel]] Binary Package Format 1.0 | ||
* [[PEP]] 492 https://www.python.org/dev/peps/pep-0492/ | * [[PEP]] 492 https://www.python.org/dev/peps/pep-0492/ | ||
Line 9: | Line 13: | ||
* [[PEP 571]] | * [[PEP 571]] | ||
+ | * [[PEP]] 600: Future [[manylinux]] Platform Tags for Portable Linux Built Distributions. | ||
+ | |||
+ | * [[PEP 3333]] | ||
+ | |||
+ | == Related == | ||
+ | * [[SIG]] | ||
+ | * [[Politically exposed person]] | ||
== See also == | == See also == | ||
+ | * {{import}} | ||
+ | * {{PEP}} | ||
* {{Python}} | * {{Python}} | ||
[[Category:Python]] | [[Category:Python]] |
Latest revision as of 08:23, 28 August 2024
- PEP 8 - Style Guide for Python Code, https://www.python.org/dev/peps/pep-0008/
- PEP 328 - Imports: Multi-Line and Absolute/Relative https://peps.python.org/pep-0328/
- PEP 427 – The Wheel Binary Package Format 1.0
- PEP 517 build-system independent format for source trees https://www.python.org/dev/peps/pep-0517/
Related[edit]
See also[edit]
- import, import (Python):
import [ os | argparse | sys | psutil | yaml | logging | websockets ]
,from
- PEP, PEP 8, PEP 328, PEP 517, PEP 571, PEP 3333
- Python, PIP, GIL, Flask, Django, Marshmallow,
def
, logging, Pandas, Numpy, AWS Chalice,import
,from
,tuple
,list
, Python exceptions,virtualenv
,.append
,pytz
,TZ
,print
,python3 -c
,os
, PEP, Python Institute, Methods: Dunder methods, Flake8, Python collections, Function decorators in Python, Click python library, Python module, Flower,kwargs
, Black (Python), Python list structure, Mypy,variables
, Casting,try:
, pydoc, argparse, Anaconda,pyenv, setup.py, python3 --version, python3 --help
, Data Classes, raise
Advertising: