meta data for this page
  •  

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
python:python [2014/11/09 16:26]
moonrepeat
python:python [2021/04/02 12:44] (현재)
moonrepeat
줄 1: 줄 1:
 ====== Python ====== ====== Python ======
 + * Python 문서(한글) : https://​docs.python.org/​ko/​
 ===== 목차 ===== ===== 목차 =====
 +  - 내장형
 +    - [[숫자형 데이터]] : int, float, complex
 +    - 시퀀스형 데이터
 +      - [[list]]
 +      - [[tuple]]
 +      - [[str]]
 +    - [[내장 함수]]
 +  - 내장형 변수
 +    - 텍스트 [[Str]]
 +    - [[list]]
   - 제어문   - 제어문
     - [[if]]     - [[if]]
     - [[while]]     - [[while]]
 +    - [[for]]
 +  - [[함수]]
 +  - 기본 Library
 +    - [[math]]
 +
 +  - 기타
 +    - [[random]]
 +    - [[time]]
 +    - [[NumPy]]
 +    - [[pandas]]
 +    - [[SymPy]]
 +    - 
  
 ---- ----
 {{tag>​python}} {{tag>​python}}