We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
파이썬 창시자가 제시한 파이썬 스타일 가이드이다. https://burningrizen.tistory.com/226 https://peps.python.org/pep-0008/#package-and-module-names
네이밍 컨벤션은 코드의 일관성을 주어서 가독성을 높여주기 때문에 해당 가이드에 맞게 코드 수정을 하는게 좋을 것 같다.
The text was updated successfully, but these errors were encountered:
[refactor] #8 모듈 이름 lower case로 수정
05f1a2b
No branches or pull requests
PEP 8 Guide
파이썬 창시자가 제시한 파이썬 스타일 가이드이다.
https://burningrizen.tistory.com/226
https://peps.python.org/pep-0008/#package-and-module-names
네이밍 컨벤션은 코드의 일관성을 주어서 가독성을 높여주기 때문에 해당 가이드에 맞게 코드 수정을 하는게 좋을 것 같다.
The text was updated successfully, but these errors were encountered: