Notice
Recent Posts
Recent Comments
Link
«   2025/06   »
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30
Archives
Today
Total
관리 메뉴

YH Data Scientist의 정리글

PEP란 본문

파이썬

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

https://legacy.python.org/dev/peps/pep-0001/