Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- c++ 정규식
- centos pyhon 설치
- grafana dashboard
- g++ 업데이트
- telegraf
- python popen
- 정규식 활용
- c3 축 없애기
- 정규식 문자열 출력
- c3 second
- regex_search
- InfluxDB
- snmp test
- 정규식 컴파일
- python subprocess
- linux시간으로 변경
- python os
- gcc regex
- CentOS7
- snmp
- gcc 업데이트
- 1697
- influxdb 설치
- c3 step graph
- subporcess path
- c3 초
- semanage
- c3 축 가리기
- selinux port 등록
- 백준
Archives
- Today
- Total
리셋 되지 말자
[python 문법] 네이밍 컨벤션 본문
네이밍 컨벤션
파이썬의 네이밍 컨벤션은 자바의 카멜 케이스가 아닌 스네이크 케이스를 따른다.
# 카멜 케이스
camelCase: int = 1
# 스네이크 케이스
snake_case: int =1
'Python' 카테고리의 다른 글
[python 문법] map, filter, 람다 표현식, 리스트 컴프리헨션, 리스트 컴프리헨션 (0) | 2021.02.26 |
---|---|
[python 문법] 타입 힌트 (0) | 2021.02.26 |
[python 공부] .index (0) | 2020.11.02 |
[python 공부] isdigit, isalpha, isalnum (0) | 2020.11.02 |
[python 공부] count (0) | 2020.10.31 |
Comments