René's URL Explorer Experiment


Title: Python 語言參考手冊 — Python 3.14.0 說明文件

direct link

Domain: python.github.io

readthedocs-addons-api-version1

Links:

https://www.python.org/
8. 編輯器與 IDEhttps://python.github.io/python-docs-zh-tw/using/editors.html
1. 簡介https://python.github.io/python-docs-zh-tw/reference/introduction.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/reference/index.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/reference/introduction.html
上一頁https://python.github.io/python-docs-zh-tw/using/editors.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/reference/index.html
https://python.github.io/python-docs-zh-tw/reference/index.html#the-python-language-reference
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html#library-index
Python 教學https://python.github.io/python-docs-zh-tw/tutorial/index.html#tutorial-index
擴充和嵌入 Python 直譯器https://python.github.io/python-docs-zh-tw/extending/index.html#extending-index
Python/C API 參考手冊https://python.github.io/python-docs-zh-tw/c-api/index.html#c-api-index
1. 簡介https://python.github.io/python-docs-zh-tw/reference/introduction.html
1.1. Alternate Implementationshttps://python.github.io/python-docs-zh-tw/reference/introduction.html#alternate-implementations
1.2. Notationhttps://python.github.io/python-docs-zh-tw/reference/introduction.html#notation
2. 詞法分析https://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html
2.1. Line structurehttps://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#line-structure
2.2. Other tokenshttps://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#other-tokens
2.3. Names (identifiers and keywords)https://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#names-identifiers-and-keywords
2.4. Literalshttps://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#literals
2.5. String and Bytes literalshttps://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#string-and-bytes-literals
2.6. Numeric literalshttps://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#numeric-literals
2.7. Operators and delimitershttps://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#operators-and-delimiters
3. 資料模型https://python.github.io/python-docs-zh-tw/reference/datamodel.html
3.1. 物件、數值和型別https://python.github.io/python-docs-zh-tw/reference/datamodel.html#objects-values-and-types
3.2. 標準型別階層https://python.github.io/python-docs-zh-tw/reference/datamodel.html#the-standard-type-hierarchy
3.3. Special method nameshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#special-method-names
3.4. 協程https://python.github.io/python-docs-zh-tw/reference/datamodel.html#coroutines
4. 執行模型https://python.github.io/python-docs-zh-tw/reference/executionmodel.html
4.1. Structure of a programhttps://python.github.io/python-docs-zh-tw/reference/executionmodel.html#structure-of-a-program
4.2. Naming and bindinghttps://python.github.io/python-docs-zh-tw/reference/executionmodel.html#naming-and-binding
4.3. 例外https://python.github.io/python-docs-zh-tw/reference/executionmodel.html#exceptions
4.4. Runtime Componentshttps://python.github.io/python-docs-zh-tw/reference/executionmodel.html#runtime-components
5. 模組引入系統https://python.github.io/python-docs-zh-tw/reference/import.html
5.1. importlibhttps://python.github.io/python-docs-zh-tw/reference/import.html#importlib
5.2. 套件https://python.github.io/python-docs-zh-tw/reference/import.html#packages
5.3. 搜尋https://python.github.io/python-docs-zh-tw/reference/import.html#searching
5.4. 載入https://python.github.io/python-docs-zh-tw/reference/import.html#loading
5.5. The Path Based Finderhttps://python.github.io/python-docs-zh-tw/reference/import.html#the-path-based-finder
5.6. Replacing the standard import systemhttps://python.github.io/python-docs-zh-tw/reference/import.html#replacing-the-standard-import-system
5.7. Package Relative Importshttps://python.github.io/python-docs-zh-tw/reference/import.html#package-relative-imports
5.8. Special considerations for __main__https://python.github.io/python-docs-zh-tw/reference/import.html#special-considerations-for-main
5.9. Referenceshttps://python.github.io/python-docs-zh-tw/reference/import.html#references
6. 運算式https://python.github.io/python-docs-zh-tw/reference/expressions.html
6.1. Arithmetic conversionshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#arithmetic-conversions
6.2. Atomshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#atoms
6.3. Primarieshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#primaries
6.4. Await expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#await-expression
6.5. The power operatorhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#the-power-operator
6.6. Unary arithmetic and bitwise operationshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#unary-arithmetic-and-bitwise-operations
6.7. Binary arithmetic operationshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#binary-arithmetic-operations
6.8. Shifting operationshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#shifting-operations
6.9. Binary bitwise operationshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#binary-bitwise-operations
6.10. Comparisonshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#comparisons
6.11. Boolean operationshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#boolean-operations
6.12. Assignment expressionshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#assignment-expressions
6.13. Conditional expressionshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#conditional-expressions
6.14. Lambdashttps://python.github.io/python-docs-zh-tw/reference/expressions.html#lambda
6.15. Expression listshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#expression-lists
6.16. Evaluation orderhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#evaluation-order
6.17. Operator precedencehttps://python.github.io/python-docs-zh-tw/reference/expressions.html#operator-precedence
7. 簡單陳述式https://python.github.io/python-docs-zh-tw/reference/simple_stmts.html
7.1. Expression statementshttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#expression-statements
7.2. Assignment statementshttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#assignment-statements
7.3. assert 陳述式https://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#the-assert-statement
7.4. pass 陳述式https://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#the-pass-statement
7.5. del 陳述式https://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#the-del-statement
7.6. return 陳述式https://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#the-return-statement
7.7. yield 陳述式https://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#the-yield-statement
7.8. raise 陳述式https://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#the-raise-statement
7.9. break 陳述式https://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#the-break-statement
7.10. continue 陳述式https://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#the-continue-statement
7.11. import 陳述式https://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#the-import-statement
7.12. global 陳述式https://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#the-global-statement
7.13. nonlocal 陳述式https://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#the-nonlocal-statement
7.14. type 陳述式https://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#the-type-statement
8. 複合陳述式https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html
8.1. if 陳述式https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#the-if-statement
8.2. while 陳述式https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#the-while-statement
8.3. for 陳述式https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#the-for-statement
8.4. try 陳述式https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#the-try-statement
8.5. with 陳述式https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#the-with-statement
8.6. match 陳述式https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#the-match-statement
8.7. 函式定義https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#function-definitions
8.8. 類別定義https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#class-definitions
8.9. 協程https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#coroutines
8.10. Type parameter listshttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#type-parameter-lists
8.11. 註釋https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#annotations
9. 最高層級元件https://python.github.io/python-docs-zh-tw/reference/toplevel_components.html
9.1. 完整的 Python 程式https://python.github.io/python-docs-zh-tw/reference/toplevel_components.html#complete-python-programs
9.2. 檔案輸入https://python.github.io/python-docs-zh-tw/reference/toplevel_components.html#file-input
9.3. 互動式輸入https://python.github.io/python-docs-zh-tw/reference/toplevel_components.html#interactive-input
9.4. 運算式輸入https://python.github.io/python-docs-zh-tw/reference/toplevel_components.html#expression-input
10. 完整的文法規格書https://python.github.io/python-docs-zh-tw/reference/grammar.html
8. 編輯器與 IDEhttps://python.github.io/python-docs-zh-tw/using/editors.html
1. 簡介https://python.github.io/python-docs-zh-tw/reference/introduction.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/reference/index.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/reference/introduction.html
上一頁https://python.github.io/python-docs-zh-tw/using/editors.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/reference/index.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.