"Python 3 학습 로그"의 두 판 사이의 차이
라이언의 꿀팁백과
(새 문서: Python 3.11.4 기준 공식 문서를 읽어보자. 읽을 문서 링크를 아래와 같이 일자별로 업데이트하자. {| class="wikitable" |+ !일자 !문서제목 !URL !비고 |- |2023.08.16 |The Python Tutorial |https://docs.python.org/3/tutorial/index.html |완료 |- |TBD |1. Whetting Your Appetite |https://docs.python.org/3/tutorial/appetite.html |진행 |} 분류:파이썬 분류:파이썬3 분류:Python 분류:Python3) |
|||
12번째 줄: | 12번째 줄: | ||
|완료 | |완료 | ||
|- | |- | ||
| | |2023.08.17 | ||
|1. Whetting Your Appetite | |1. Whetting Your Appetite | ||
|https://docs.python.org/3/tutorial/appetite.html | |https://docs.python.org/3/tutorial/appetite.html | ||
|완료 | |||
|- | |||
|TBD | |||
|2. Using the Python Interpreter | |||
|https://docs.python.org/3/tutorial/interpreter.html | |||
|진행 | |진행 | ||
|} | |} |
2023년 8월 18일 (금) 09:35 판
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 | 완료 |
TBD | 2. Using the Python Interpreter | https://docs.python.org/3/tutorial/interpreter.html | 진행 |