- 그래프(Graph)
- 깊이 우선 탐색(Depth-First Search)
- 너비 우선 탐색(Breadth-First Search)
Continue reading
- 탐욕 알고리즘(Greedy Algorithm)
- 무차별 대입 알고리즘(Brute Force Algorithm)
- 동적 프로그래밍(Dynamic Programming)
Continue reading
- 계산 모델(Computation Model)
- 최적화 모델(Optimization Model)
- 탐욕 알고리즘(Greedy algorithm)
- 파이썬 람다(lambda)
Continue reading
- IMAP(Internet Message Access Protocol)
- imapclient : 복잡한 형식의 IMAP 서버에서 이메일 다운로드
- pyzmail : 이메일 메세지를 구분 분석 작업
Continue reading
- SMTP(Simple Mail Transfer Protocol)
- SMTP 서버 연결하기 : smtplib.SMTP()
- 이메일 서버에 hello 메세지 보내기 : ehlo()
- SMTP 서버의 포트 연결 : starttls()
- 이메일 보내기 : sendmail()
Continue reading