아래의 이미지처럼 Clone or download -> Download ZIP 버튼을 누르셔서 자료를 받으실 수 있습니다.
혹은 다음과 같이 git clone 커맨드로 받으실 수 있습니다.
git clone https://github.com/Wind-Kyle/python-fundamentals.git
- Python 소개
- Python 개발 환경 (Anaconda 등)
- Jupyter Notebook Python 기본 문법
- 숫자형 (int, float, complex, bool)
- 문자형 (str, bytes, bytearray)
- Sequence형 (list, tuple, range)
- Hash/Mapping형 (set, frozenset, dict)
- 조건 (if, elif, else)
- 반복 (while, for, else)
- 예외처리 (try, except, else, finally)
- pass
- 매개변수(parameter)와 인자(argument)
- 함수 정의
- 함수 반환값
- 함수형 패러다임 개념
- 재귀함수
- iterator와 generator, yield
- closoure
- decorator
- functools
- 객체지향 개념
- class
- special method
- context manager (with)
- property
- descriptor
- meta class
- import
- array programming
- ndarray
- vectorized operation
- broadcasting
- issues page: https://github.com/Wind-Kyle/python-fundamentals/issues
- e-mail: windkyle7@gmail.com
- AI 이노베이션 스퀘어: https://ai.koipa.or.kr/
- LMS 홈페이지: https://lms.koipa.or.kr/


