-
Notifications
You must be signed in to change notification settings - Fork 4
Python 공부 시작
lazy5f edited this page Oct 13, 2016
·
7 revisions
- Python IDLE
- Python documentation
- The Python Tutorial
책: Think Python
- Interpreter: IDLE를 이야기함
- Script: Python source file을 이야기함
- 첫 주(7월6일까지): Preface부터 Ch. 3까지
- Think Python 숙제 게시판
- Exercise 해서 github에 올리기
- Exercise 2.1~3
- Exercise 12-6
- 1st version: 제일 긴 단어만 찾음
- 2nd version: 만들어지는 순서를 기록함
-
3rd version: 조금 다듬어 봄(참고:
itertools.groupby)