[ 21.03.08 - 21.04.02 ]
강의 방향과 커리큘럼
VScode와 Jupyter Notebook으로 환경 설정하기
파이썬하면 코랩
global, non-local, locals(), globals()
lambda, reduce, map, filter
Shallow copy, Deep copy
Contextlib, __enter__, __exit__, with
타이머 클래스, context lib 구현
Decorator, Contextlib, context manager, with 비교
Python UnderScore(_), 다양한 언더스코어 사용, 접근 지정자 이해
Python Code, @Property, getter / setter
Overriding, OOP, 다형성 예제
메소드 파라미터 기반 호출 방식과 multipledispatch
Class of Class, type function, meta class, custom meta class
Type 사용법 (name, base, dct), Dynamic Metaclass
Type inheritance, Custom Meta Class
Descriptor, set,get, del, property
Descriptor vs property
간단한 유틸화 패키지 작성하기
PyPI, GitHub에 배포하기