archive

파이썬 코딩 스타일 참고 본문

STUDY/Python

파이썬 코딩 스타일 참고

seonyounggg 2021. 1. 28. 21:41

1. 구글 파이썬 스타일 가이드

google.github.io/styleguide/pyguide.html

 

styleguide

Style guides for Google-originated open-source projects

google.github.io

 

2. PEP8

www.python.org/dev/peps/pep-0008/

 

PEP 8 -- Style Guide for Python Code

The official home of the Python Programming Language

www.python.org

 

'STUDY > Python' 카테고리의 다른 글

[Python] any(), all() 함수  (0) 2021.02.18
[파이썬] collections.Counter 클래스  (0) 2021.02.02
[파이썬] 리스트 컴프리헨션(List Comprehension)  (0) 2021.01.27
[파이썬] itertools모듈  (0) 2021.01.14
[파이썬] split() 함수  (0) 2020.12.27
Comments