"Python 3 학습 로그"의 두 판 사이의 차이
라이언의 꿀팁백과
17번째 줄: | 17번째 줄: | ||
|완료 | |완료 | ||
|- | |- | ||
| | |2023.08.21 | ||
|2. Using the Python Interpreter | |2. Using the Python Interpreter | ||
|https://docs.python.org/3/tutorial/interpreter.html | |https://docs.python.org/3/tutorial/interpreter.html | ||
| | |완료 | ||
|- | |||
|TBD | |||
|3. An Informal Introduction to Python | |||
|https://docs.python.org/3/tutorial/introduction.html | |||
| | |||
|- | |||
| | |||
| | |||
| | |||
| | |||
|} | |} | ||
[[분류:파이썬]] | [[분류:파이썬]] |
2023년 8월 21일 (월) 15:36 판
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 | 완료 |
TBD | 3. An Informal Introduction to Python | https://docs.python.org/3/tutorial/introduction.html | |