René's URL Explorer Experiment


Title: 3. 一個非正式的 Python 簡介 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
目錄https://python.github.io/python-docs-zh-tw/contents.html
3. 一個非正式的 Python 簡介https://python.github.io/python-docs-zh-tw/tutorial/introduction.html
3.1. 把 Python 當作計算機使用https://python.github.io/python-docs-zh-tw/tutorial/introduction.html#using-python-as-a-calculator
3.1.1. 數字 (Number)https://python.github.io/python-docs-zh-tw/tutorial/introduction.html#numbers
3.1.2. 文字https://python.github.io/python-docs-zh-tw/tutorial/introduction.html#text
3.1.3. List(串列)https://python.github.io/python-docs-zh-tw/tutorial/introduction.html#lists
3.2. 初探程式設計的前幾步https://python.github.io/python-docs-zh-tw/tutorial/introduction.html#first-steps-towards-programming
2. 使用 Python 直譯器https://python.github.io/python-docs-zh-tw/tutorial/interpreter.html
4. 深入了解流程控制https://python.github.io/python-docs-zh-tw/tutorial/controlflow.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/tutorial/introduction.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/tutorial/controlflow.html
上一頁https://python.github.io/python-docs-zh-tw/tutorial/interpreter.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 教學https://python.github.io/python-docs-zh-tw/tutorial/index.html
3. 一個非正式的 Python 簡介https://python.github.io/python-docs-zh-tw/tutorial/introduction.html
https://python.github.io/python-docs-zh-tw/tutorial/introduction.html#an-informal-introduction-to-python
>>>https://python.github.io/python-docs-zh-tw/glossary.html#term-0
...https://python.github.io/python-docs-zh-tw/glossary.html#term-...
https://python.github.io/python-docs-zh-tw/tutorial/introduction.html#using-python-as-a-calculator
https://python.github.io/python-docs-zh-tw/tutorial/introduction.html#numbers
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
floathttps://python.github.io/python-docs-zh-tw/library/functions.html#float
floor divisionhttps://python.github.io/python-docs-zh-tw/glossary.html#term-floor-division
[1]https://python.github.io/python-docs-zh-tw/tutorial/introduction.html#id3
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
floathttps://python.github.io/python-docs-zh-tw/library/functions.html#float
Decimalhttps://python.github.io/python-docs-zh-tw/library/decimal.html#decimal.Decimal
Fractionhttps://python.github.io/python-docs-zh-tw/library/fractions.html#fractions.Fraction
複數 (complex numbers)https://python.github.io/python-docs-zh-tw/library/stdtypes.html#typesnumeric
https://python.github.io/python-docs-zh-tw/tutorial/introduction.html#text
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
[2]https://python.github.io/python-docs-zh-tw/tutorial/introduction.html#id4
print()https://python.github.io/python-docs-zh-tw/library/functions.html#print
常見問答集https://python.github.io/python-docs-zh-tw/faq/programming.html#faq-programming-raw-string-backslash
immutablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-immutable
len()https://python.github.io/python-docs-zh-tw/library/functions.html#len
Text Sequence Type --- strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#textseq
字串方法https://python.github.io/python-docs-zh-tw/library/stdtypes.html#string-methods
f-string(f 字串)https://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#f-strings
格式化文字語法https://python.github.io/python-docs-zh-tw/library/string.html#formatstrings
str.format()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.format
printf-style String Formattinghttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#old-string-formatting
https://python.github.io/python-docs-zh-tw/tutorial/introduction.html#lists
sequencehttps://python.github.io/python-docs-zh-tw/glossary.html#term-sequence
immutablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-immutable
mutablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-mutable
list.append()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#list.append
淺複製https://python.github.io/python-docs-zh-tw/library/copy.html#shallow-vs-deep-copy
len()https://python.github.io/python-docs-zh-tw/library/functions.html#len
https://python.github.io/python-docs-zh-tw/tutorial/introduction.html#first-steps-towards-programming
費氏數列https://zh.wikipedia.org/zh-tw/%E6%96%90%E6%B3%A2%E9%82%A3%E5%A5%91%E6%95%B0%E5%88%97
whilehttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#while
print()https://python.github.io/python-docs-zh-tw/library/functions.html#print
1https://python.github.io/python-docs-zh-tw/tutorial/introduction.html#id1
2https://python.github.io/python-docs-zh-tw/tutorial/introduction.html#id2
目錄https://python.github.io/python-docs-zh-tw/contents.html
3. 一個非正式的 Python 簡介https://python.github.io/python-docs-zh-tw/tutorial/introduction.html
3.1. 把 Python 當作計算機使用https://python.github.io/python-docs-zh-tw/tutorial/introduction.html#using-python-as-a-calculator
3.1.1. 數字 (Number)https://python.github.io/python-docs-zh-tw/tutorial/introduction.html#numbers
3.1.2. 文字https://python.github.io/python-docs-zh-tw/tutorial/introduction.html#text
3.1.3. List(串列)https://python.github.io/python-docs-zh-tw/tutorial/introduction.html#lists
3.2. 初探程式設計的前幾步https://python.github.io/python-docs-zh-tw/tutorial/introduction.html#first-steps-towards-programming
2. 使用 Python 直譯器https://python.github.io/python-docs-zh-tw/tutorial/interpreter.html
4. 深入了解流程控制https://python.github.io/python-docs-zh-tw/tutorial/controlflow.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/tutorial/introduction.rst?plain=1
索引https://python.github.io/python-docs-zh-tw/genindex.html
模組https://python.github.io/python-docs-zh-tw/py-modindex.html
下一頁https://python.github.io/python-docs-zh-tw/tutorial/controlflow.html
上一頁https://python.github.io/python-docs-zh-tw/tutorial/interpreter.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
Python 教學https://python.github.io/python-docs-zh-tw/tutorial/index.html
3. 一個非正式的 Python 簡介https://python.github.io/python-docs-zh-tw/tutorial/introduction.html
版權所有https://python.github.io/python-docs-zh-tw/copyright.html
歷史與授權條款https://python.github.io/license.html
敬請捐贈。https://www.python.org/psf/donations/
發現 bughttps://python.github.io/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.