"Python 3 학습 로그"의 두 판 사이의 차이
라이언의 꿀팁백과
22번째 줄: | 22번째 줄: | ||
|완료 | |완료 | ||
|- | |- | ||
| | |2023.08.22 | ||
|3. An Informal Introduction to Python | |3. An Informal Introduction to Python | ||
|https://docs.python.org/3/tutorial/introduction.html | |https://docs.python.org/3/tutorial/introduction.html | ||
| | |완료 | ||
|- | |- | ||
| | |TBD | ||
| | |4. More Control Flow Tools | ||
| | |https://docs.python.org/3/tutorial/controlflow.html | ||
| | | | ||
|} | |} |
2023년 8월 22일 (화) 14:46 판
Python 3.11.4 기준 공식 문서를 읽어보자. 읽을 문서 링크를 아래와 같이 일자별로 업데이트하자.
일자 | 문서제목 | URL | 비고 |
---|---|---|---|
2023.08.16 | The Python Tutorial | https://docs.python.org/3/tutorial/index.html | 완료 |
2023.08.17 | 1. Whetting Your Appetite | https://docs.python.org/3/tutorial/appetite.html | 완료 |
2023.08.21 | 2. Using the Python Interpreter | https://docs.python.org/3/tutorial/interpreter.html | 완료 |
2023.08.22 | 3. An Informal Introduction to Python | https://docs.python.org/3/tutorial/introduction.html | 완료 |
TBD | 4. More Control Flow Tools | https://docs.python.org/3/tutorial/controlflow.html |
실습은 여기에서 한다.