Python Guide/Google Python Style Guide (1) 썸네일형 리스트형 Google Python Style Guide Google Python Style Guide 정리본 google.github.io/styleguide/pyguide.html styleguide Style guides for Google-originated open-source projects google.github.io 1. Background 2. Python Language Rules 2.1 Lint 2.2 Imports import 문을 사용할 때, package와 module 을 대상으로만 사용해야 하고, 각각의 클래스나 함수에 대해 사용하면 안 됨. 다만, typing module을 사용할 때는 예외임. 2.2.1 정의 하나의 모듈에서 다른 모듈로 코드를 공유하는 재사용 매커니즘 2.2.2 장점 이름을 짓는 방식 (namespace man.. 이전 1 다음