You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
| 5 |**표준 라이브러리**| Python 표준 라이브러리의 주요 모듈들과 기능을 소개하고, 다양한 내장 기능을 활용한 실용적인 코딩 방법을 학습한다. |
14
14
| 6 |**파이썬 최신 버전 변경점**| 최신 Python 버전에서 추가된 기능, 변경된 문법, 개선된 성능 등을 다루어 최신 버전의 변경 사항을 반영한 코드 작성 방법을 배운다. |
15
15
16
+
---
16
17
17
18
## **Pythonic 코드란?**
18
19
Pythonic 코드란, Python 언어의 특성과 철학을 반영하여, Python의 내장 함수와 자료구조를 최적화된 방식으로 활용하고, 간결하며 명확하게 문제를 해결하는 코드를 의미합니다. Pythonic 코드는 Python만의 관용적 표현을 따르며, 가독성과 유지보수성을 높이는 데 중점을 둡니다.
0 commit comments