"Python 3 학습 로그"의 두 판 사이의 차이
라이언의 꿀팁백과
32번째 줄: | 32번째 줄: | ||
| | | | ||
|} | |} | ||
실습은 여기에서 한다. | |||
* https://replit.com/@RyanYang1/Python-Trois | |||
[[분류:파이썬]] | [[분류:파이썬]] | ||
[[분류:파이썬3]] | [[분류:파이썬3]] | ||
[[분류:Python]] | [[분류:Python]] | ||
[[분류:Python3]] | [[분류:Python3]] |
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 | |
실습은 여기에서 한다.