파이썬
PEP란
thankstoalive
2020. 3. 16. 22:13
PEP란?
아래는 PEP 1 - What is PEP? 를 번역한 내용입니다.
PEP stands for Python Enhancement Proposal.
PEP는 Python Enhancement Proposal의 약자이다.
A PEP is a design document providing information to the Python community, or describing a new feature for Python or its processes or environment.
PEP는 Python 커뮤니티에 정보를 제공하거나 Python 또는 프로세스 또는 환경에 대한 새로운 기능을 설명하는 디자인 문서이다.
The PEP should provide a concise technical specification of the feature and a rationale for the feature.
PEP는 기능에 대한 간결한 기술 사양과 기능에 대한 이론적 근거를 제공해야 합니다.
한줄요약
- PEP는 파이썬을 개선하기 위한 제안서이다.
Reference