귀염둥이의 메모

[Python] 프로젝트 구조 관련 본문

CS/Python

[Python] 프로젝트 구조 관련

겸둥이xz 2022. 4. 8. 23:32
반응형

https://realpython.com/python-application-layouts/

 

Python Application Layouts: A Reference – Real Python

A reference guide to common Python application layouts and project structures for command-line applications, web applications, and more.

realpython.com

https://docs.python-guide.org/writing/structure/

 

Structuring Your Project — The Hitchhiker's Guide to Python

 

docs.python-guide.org

 

반응형

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

[Python] 2차원 배열 초기화  (0) 2021.10.07
[Python] 람다(lambda)함수  (0) 2021.02.23
[Python] f-string (문자열 포매팅)  (0) 2021.02.17
[Python] List Comprehension  (0) 2021.02.17
Comments