파이썬 기본에 대해 다룹니다.
자료는 정리가 끝나면 html 파일과 pdf 파일로 변환하여 업로드됩니다.
업데이트.bat 파일을 실행하면 새로운 파일이 업로드 될 때마다 자동으로 업데이트합니다.
아래의 이미지처럼 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/


