본문 바로가기

카테고리 없음

python 명명법

Python PEP8에 따른 규칙.

구분 규칙 예시
함수, 변수, 속성 lowercase_underscore 형식, 스네이크 표기법(snake_case)를 따름 def sum_input(x, y):

sum_value  x + y
클래스, 예외 CapitalizedWord 형식, 파스칼 표기법(PascalCase)를 따름 class NamingRule:

출처 : https://mentha2.tistory.com/186



Calendar
«   2024/05   »
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 31
Tags
더보기
Archives
Visits
Today
Yesterday