====== Python ====== * Python 문서(한글) : https://docs.python.org/ko/ ===== 목차 ===== - 내장형 - [[숫자형 데이터]] : int, float, complex - 시퀀스형 데이터 - [[list]] - [[tuple]] - [[str]] - [[내장 함수]] - 내장형 변수 - 텍스트 [[Str]] - [[list]] - 제어문 - [[if]] - [[while]] - [[for]] - [[함수]] - 기본 Library - [[math]] - 기타 - [[random]] - [[time]] - [[NumPy]] - [[pandas]] - [[SymPy]] - ---- {{tag>python}}