Python 프로그래밍의 기초부터 고급 문법까지 체계적으로 정리한 학습 자료입니다.
| 폴더 |
내용 |
핵심 키워드 |
| P_01_BasicSyntax |
주석, 데이터 타입, 연산자 |
type(), int, float, str, bool, in, is |
| P_02_InputOutput |
입출력 함수 |
print(), input(), f-string, format() |
| P_03_DataStructure |
자료구조 |
list, tuple, set, dict, 슬라이싱 |
| P_04_ControlFlow |
제어문 |
if, for, while, Comprehension |
| 폴더 |
내용 |
핵심 키워드 |
| P_05_Function |
함수 정의와 활용 |
def, return, *args, **kwargs, lambda |
| P_06_Scope |
변수의 범위 |
global, nonlocal, LEGB 규칙 |
| 폴더 |
내용 |
핵심 키워드 |
| P_11_ModulePackage |
모듈과 패키지 |
import, from, as, os, glob |
| P_12_ExceptionHandling |
예외 처리 |
try, except, finally, raise |
| P_13_Iterable |
반복 가능 객체 |
__iter__, __next__, Generator, yield |
- 총 13개 챕터
- 10,000+ 줄의 상세한 설명과 예제
- 각 챕터별 실행 가능한 코드 포함