파이썬 기초
if문 / Type변환 / and, or, != 연산자
함수와 파라미터, 가변인수
list와 tuple
Dictionary, Set, List, Tuple 공통점과 차이점
in, not in 포함 확인 연산
for, while, item(), range()
count()
중첩함수, closure와 decorator
객체의 유효한 범위
Class
module, packages
파이썬이 모듈과 패키지를 어떻게 찾을까?
wecode 과제
에러가 나는 경우
날짜를 스트링형식으로 바꿔주는 메서드
return 중첩함수이름 뒤에 ()괄호가 없는데 중첩함수가 어떻게 호출이 되는걸까?
class의 instance, class, static method 차이
generator, yield
동기, 비동기, 코루틴