https://peps.python.org/pep-0008/ PEP 8 – Style Guide for Python Code | peps.python.orgThis document gives coding conventions for the Python code comprising the standard library in the main Python distribution. Please see the companion informational PEP describing style guidelines for the C code in the C implementation of Python.peps.python.org 1. 네이밍 컨벤션파이썬에서는 네이밍 컨벤션으로 변수 / 함수를 네이밍할 때는 Snake..