"Python 3 학습 로그"의 두 판 사이의 차이
라이언의 꿀팁백과
(같은 사용자의 중간 판 2개는 보이지 않습니다) | |||
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 | ||
| | |완료 | ||
|- | |- | ||
| | |2023.09.08 | ||
| | ~ | ||
| | |||
| | 진행중 | ||
|4. More Control Flow Tools | |||
|https://docs.python.org/3/tutorial/controlflow.html | |||
|4.1 ~ 4.3 (2023.9.8) | |||
|} | |} | ||
실습은 여기에서 한다. | |||
* https://replit.com/@RyanYang1/Python-Trois | |||
[[분류:파이썬]] | [[분류:파이썬]] | ||
[[분류:파이썬3]] | [[분류:파이썬3]] | ||
[[분류:Python]] | [[분류:Python]] | ||
[[분류:Python3]] | [[분류:Python3]] |
2023년 9월 8일 (금) 09:00 기준 최신판
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 | 완료 |
2023.09.08
~ 진행중 |
4. More Control Flow Tools | https://docs.python.org/3/tutorial/controlflow.html | 4.1 ~ 4.3 (2023.9.8) |
실습은 여기에서 한다.