📬 Meta-PEPs (PEPs about PEPs or Processes) - PEP 8 에 대한 내용입니다.
<PEP 8 시리즈>
▶︎ PEP 8 - Style Guide for Python Code
- Author
- Guido van Rossum <guido at Welcome to Python.org >
- Nick Coghlan <nclghlan at gmail.com>
- Barry Warsaw <barry at Welcome to Python.org >
- Created
- 2021/01/05
- Post-History
- 2021/01/05
- 2013/08/01
⌁ 출처: PEP-0008.txt ⌁
Meta-PEPs (PEPs about PEPs or Processes)
PEP | PEP Title | PEP Author(s) |
1 | PEP 목적과 가이드 라인 | Warsaw, Hylton, Goodger, Coghlan |
4 | 사용되지 않는 표준 모듈 | Cannon, von Löwis |
5 | Language Evolution 가이드라인 | Prescod |
6 | Bug Fix Releases | Aahz, Baxter |
7 | C 코드에 대한 스타일 가이드라인 | GvR, Warsaw |
8 | Python 코드에 대한 스타일 가이드라인 | GvR, Warsaw, Coghlan |
10 | Python-dev 투표 지침 | Warsaw |
11 | 더 이상 지원되지 않는 플랫폼 | von Löwis, Cannon |
12 | ReStructuredText PEP 샘플 템플릿 | Goodger, Warsaw, Cannon |
387 | 이전 버전과의 호환성 정책 | Peterson |
609 | PyPA Governance | Ingram, Gedam, Harihareswara |
676 | PEP Infra 프로세스 | Turner |
▶︎ 참고 자료
PEP8 한글 번역 - 파이썬 기초(0)
PEP8 원본 https://www.python.org/dev/peps/pep-0008/ PEP8 개요 PEP8은 파이썬 코드의 작성규칙(coding convention)에 대해 설명하는 문서이다. 귀도(파이썬 개발자)의 중요한 인사이트중 하나는 코드는 작성하..
kongdols-room.tistory.com
PEP 8 – Style Guide for Python Code | peps.python.org
PEP 8 – Style Guide for Python Code PEP 8 Title Style Guide for Python Code Author Guido van Rossum , Barry Warsaw , Nick Coghlan Status Active Type Process Created 05-Jul-2001 Post-History 05-Jul-2001, 01-Aug-2013 Contents This document gives coding con
peps.python.org
▶︎ 번외
Curioustore
변수명 짓기, 컬럼명 짓기, 영어약자, 変数名 つけ方, カラム名建てる, 英語の略語, 命名变量, 命名该列, 英文缩写
www.curioustore.com
ㄴ 변수명 짓는 것을 도와주는 사이트 (나름 유용)
'창고 > Meta PEPs (about PEPs or Processes)' 카테고리의 다른 글
[PEP 1 #0] PEP 1 - Index (0) | 2022.03.12 |
---|---|
[PEP 8 #4] PEP 8 - 프로그래밍 권장사항 (0) | 2022.03.12 |
[PEP 8 #3] PEP 8 - 네이밍 작성 규칙 (0) | 2022.03.12 |
[PEP 8 #2] PEP 8 - Code Lay-out (0) | 2022.03.11 |
[PEP 8 #1] PEP 8 - Python 코드에 대한 스타일 가이드라인 (0) | 2022.03.11 |