Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/privatepeople/python
파이썬의 여러가지 기능과 클린 코드(Clean Code) 공부를 위한 저장소
https://github.com/privatepeople/python
clean-code code code-style code-styles coding python
Last synced: about 18 hours ago
JSON representation
파이썬의 여러가지 기능과 클린 코드(Clean Code) 공부를 위한 저장소
- Host: GitHub
- URL: https://github.com/privatepeople/python
- Owner: privatepeople
- Created: 2024-07-22T14:06:58.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-07-22T15:41:26.000Z (4 months ago)
- Last Synced: 2024-07-23T17:18:23.533Z (4 months ago)
- Topics: clean-code, code, code-style, code-styles, coding, python
- Language: Python
- Homepage:
- Size: 173 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Python
파이썬을 공부하며 정리해놓는 저장소입니다. 파이썬의 여러가지 기능에 대한 것들과 클린 코드를 작성하는 법에 대한 위주입니다.
Effective_Python의 경우 '파이썬 코딩의 기술(길벗)' 책의 코드들이 있습니다.
Fluent_Python의 경우 '전문가를 위한 파이썬(한빛미디어)' 책의 코드들이 있습니다.