YH Data Scientist의 정리글
PEP란 본문
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
'파이썬' 카테고리의 다른 글
PEP 8 - Codes Lay-out - Maximum Line Length (0) | 2020.03.19 |
---|---|
PEP 8 - Codes Lay-out - Tabs or Spaces? (0) | 2020.03.17 |
PEP 8 - Code Lay-out - Indentation (0) | 2020.03.17 |
PEP 8 - A Foolish Consistency is the Hobgoblin of Little Minds (0) | 2020.03.17 |
PEP 8 - Style Guide for Python Code (0) | 2020.03.16 |