René's URL Explorer Experiment


Title: 術語表 — 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/deprecations/index.html
關於這份說明文件https://python.github.io/python-docs-zh-tw/about.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/glossary.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/about.html
上一頁https://python.github.io/python-docs-zh-tw/deprecations/index.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
術語表https://python.github.io/python-docs-zh-tw/glossary.html
https://python.github.io/python-docs-zh-tw/glossary.html#glossary
https://python.github.io/python-docs-zh-tw/glossary.html#term-0
互動式https://python.github.io/python-docs-zh-tw/glossary.html#term-interactive
https://python.github.io/python-docs-zh-tw/glossary.html#term-...
互動式https://python.github.io/python-docs-zh-tw/glossary.html#term-interactive
Ellipsishttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bltin-ellipsis-object
https://python.github.io/python-docs-zh-tw/glossary.html#term-abstract-base-class
duck-typinghttps://python.github.io/python-docs-zh-tw/glossary.html#term-duck-typing
hasattr()https://python.github.io/python-docs-zh-tw/library/functions.html#hasattr
魔術方法 (magic method)https://python.github.io/python-docs-zh-tw/reference/datamodel.html#special-lookup
isinstance()https://python.github.io/python-docs-zh-tw/library/functions.html#isinstance
issubclass()https://python.github.io/python-docs-zh-tw/library/functions.html#issubclass
abchttps://python.github.io/python-docs-zh-tw/library/abc.html#module-abc
collections.abchttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#module-collections.abc
numbershttps://python.github.io/python-docs-zh-tw/library/numbers.html#module-numbers
iohttps://python.github.io/python-docs-zh-tw/library/io.html#module-io
importlib.abchttps://python.github.io/python-docs-zh-tw/library/importlib.html#module-importlib.abc
abchttps://python.github.io/python-docs-zh-tw/library/abc.html#module-abc
https://python.github.io/python-docs-zh-tw/glossary.html#term-annotate-function
annotationshttps://python.github.io/python-docs-zh-tw/glossary.html#term-annotation
__annotate__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__annotate__
evaluate functionshttps://python.github.io/python-docs-zh-tw/glossary.html#term-evaluate-function
https://python.github.io/python-docs-zh-tw/glossary.html#term-annotation
type hinthttps://python.github.io/python-docs-zh-tw/glossary.html#term-type-hint
annotationlib.get_annotations()https://python.github.io/python-docs-zh-tw/library/annotationlib.html#annotationlib.get_annotations
variable annotationhttps://python.github.io/python-docs-zh-tw/glossary.html#term-variable-annotation
function annotationhttps://python.github.io/python-docs-zh-tw/glossary.html#term-function-annotation
PEP 484https://peps.python.org/pep-0484/
PEP 526https://peps.python.org/pep-0526/
PEP 649https://peps.python.org/pep-0649/
註釋 (annotation) 最佳實踐https://python.github.io/python-docs-zh-tw/howto/annotations.html#annotations-howto
https://python.github.io/python-docs-zh-tw/glossary.html#term-argument
functionhttps://python.github.io/python-docs-zh-tw/glossary.html#term-function
methodhttps://python.github.io/python-docs-zh-tw/glossary.html#term-method
complex()https://python.github.io/python-docs-zh-tw/library/functions.html#complex
iterablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterable
Callshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#calls
parameterhttps://python.github.io/python-docs-zh-tw/glossary.html#term-parameter
引數和參數之間的差異https://python.github.io/python-docs-zh-tw/faq/programming.html#faq-argument-vs-parameter
PEP 362https://peps.python.org/pep-0362/
https://python.github.io/python-docs-zh-tw/glossary.html#term-asynchronous-context-manager
async withhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-with
__aenter__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__aenter__
__aexit__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__aexit__
PEP 492https://peps.python.org/pep-0492/
https://python.github.io/python-docs-zh-tw/glossary.html#term-asynchronous-generator
asynchronous generator iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-asynchronous-generator-iterator
async defhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-def
yieldhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#yield
async forhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-for
awaithttps://python.github.io/python-docs-zh-tw/reference/expressions.html#await
async forhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-for
async withhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-with
https://python.github.io/python-docs-zh-tw/glossary.html#term-asynchronous-generator-iterator
asynchronous generatorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-asynchronous-generator
asynchronous iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-asynchronous-iterator
__anext__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__anext__
yieldhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#yield
yieldhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#yield
__anext__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__anext__
PEP 492https://peps.python.org/pep-0492/
PEP 525https://peps.python.org/pep-0525/
https://python.github.io/python-docs-zh-tw/glossary.html#term-asynchronous-iterable
async forhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-for
__aiter__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__aiter__
asynchronous iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-asynchronous-iterator
PEP 492https://peps.python.org/pep-0492/
https://python.github.io/python-docs-zh-tw/glossary.html#term-asynchronous-iterator
__aiter__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__aiter__
__anext__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__anext__
__anext__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__anext__
awaitablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-awaitable
async forhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-for
__anext__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__anext__
StopAsyncIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopAsyncIteration
PEP 492https://peps.python.org/pep-0492/
https://python.github.io/python-docs-zh-tw/glossary.html#term-attached-thread-state
thread statehttps://python.github.io/python-docs-zh-tw/glossary.html#term-thread-state
thread statehttps://python.github.io/python-docs-zh-tw/glossary.html#term-thread-state
GILhttps://python.github.io/python-docs-zh-tw/glossary.html#term-GIL
free-threadedhttps://python.github.io/python-docs-zh-tw/glossary.html#term-free-threading
https://python.github.io/python-docs-zh-tw/glossary.html#term-attribute
Names (identifiers and keywords)https://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#identifiers
setattr()https://python.github.io/python-docs-zh-tw/library/functions.html#setattr
getattr()https://python.github.io/python-docs-zh-tw/library/functions.html#getattr
https://python.github.io/python-docs-zh-tw/glossary.html#term-awaitable
awaithttps://python.github.io/python-docs-zh-tw/reference/expressions.html#await
coroutinehttps://python.github.io/python-docs-zh-tw/glossary.html#term-coroutine
__await__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__await__
PEP 492https://peps.python.org/pep-0492/
https://python.github.io/python-docs-zh-tw/glossary.html#term-BDFL
Guido van Rossumhttps://gvanrossum.github.io/
https://python.github.io/python-docs-zh-tw/glossary.html#term-binary-file
bytes-like objectshttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
file objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-file-object
sys.stdin.bufferhttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.stdin
sys.stdout.bufferhttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.stdout
io.BytesIOhttps://python.github.io/python-docs-zh-tw/library/io.html#io.BytesIO
gzip.GzipFilehttps://python.github.io/python-docs-zh-tw/library/gzip.html#gzip.GzipFile
text filehttps://python.github.io/python-docs-zh-tw/glossary.html#term-text-file
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
https://python.github.io/python-docs-zh-tw/glossary.html#term-borrowed-reference
strong referencehttps://python.github.io/python-docs-zh-tw/glossary.html#term-strong-reference
borrowed referencehttps://python.github.io/python-docs-zh-tw/glossary.html#term-borrowed-reference
Py_INCREF()https://python.github.io/python-docs-zh-tw/c-api/refcounting.html#c.Py_INCREF
strong referencehttps://python.github.io/python-docs-zh-tw/glossary.html#term-strong-reference
Py_NewRef()https://python.github.io/python-docs-zh-tw/c-api/refcounting.html#c.Py_NewRef
strong referencehttps://python.github.io/python-docs-zh-tw/glossary.html#term-strong-reference
https://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
緩衝協定 (Buffer Protocol)https://python.github.io/python-docs-zh-tw/c-api/buffer.html#bufferobjects
contiguoushttps://python.github.io/python-docs-zh-tw/glossary.html#term-contiguous
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
array.arrayhttps://python.github.io/python-docs-zh-tw/library/array.html#array.array
memoryviewhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
bytearrayhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytearray
memoryviewhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
memoryviewhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#memoryview
https://python.github.io/python-docs-zh-tw/glossary.html#term-bytecode
virtual machinehttps://python.github.io/python-docs-zh-tw/glossary.html#term-virtual-machine
dis 模組https://python.github.io/python-docs-zh-tw/library/dis.html#bytecodes
https://python.github.io/python-docs-zh-tw/glossary.html#term-callable
argumenthttps://python.github.io/python-docs-zh-tw/glossary.html#term-argument
functionhttps://python.github.io/python-docs-zh-tw/glossary.html#term-function
methodhttps://python.github.io/python-docs-zh-tw/glossary.html#term-method
__call__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__call__
https://python.github.io/python-docs-zh-tw/glossary.html#term-callback
https://python.github.io/python-docs-zh-tw/glossary.html#term-class
https://python.github.io/python-docs-zh-tw/glossary.html#term-class-variable
https://python.github.io/python-docs-zh-tw/glossary.html#term-closure-variable
巢狀作用域https://python.github.io/python-docs-zh-tw/glossary.html#term-nested-scope
自由變數https://python.github.io/python-docs-zh-tw/glossary.html#term-free-variable
nonlocalhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#nonlocal
自由變數https://python.github.io/python-docs-zh-tw/glossary.html#term-free-variable
codeobject.co_freevarshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_freevars
自由變數https://python.github.io/python-docs-zh-tw/glossary.html#term-free-variable
https://python.github.io/python-docs-zh-tw/glossary.html#term-complex-number
mathhttps://python.github.io/python-docs-zh-tw/library/math.html#module-math
cmathhttps://python.github.io/python-docs-zh-tw/library/cmath.html#module-cmath
https://python.github.io/python-docs-zh-tw/glossary.html#term-context
context managerhttps://python.github.io/python-docs-zh-tw/glossary.html#term-context-manager
withhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#with
contextvars.Contexthttps://python.github.io/python-docs-zh-tw/library/contextvars.html#contextvars.Context
ContextVarhttps://python.github.io/python-docs-zh-tw/library/contextvars.html#contextvars.ContextVar
context variablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-context-variable
contextvars.Contexthttps://python.github.io/python-docs-zh-tw/library/contextvars.html#contextvars.Context
current contexthttps://python.github.io/python-docs-zh-tw/glossary.html#term-current-context
https://python.github.io/python-docs-zh-tw/glossary.html#term-context-management-protocol
withhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#with
__enter__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__enter__
__exit__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__exit__
PEP 343https://peps.python.org/pep-0343/
https://python.github.io/python-docs-zh-tw/glossary.html#term-context-manager
context management protocolhttps://python.github.io/python-docs-zh-tw/glossary.html#term-context-management-protocol
withhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#with
PEP 343https://peps.python.org/pep-0343/
https://python.github.io/python-docs-zh-tw/glossary.html#term-context-variable
current contexthttps://python.github.io/python-docs-zh-tw/glossary.html#term-current-context
contextvars.ContextVarhttps://python.github.io/python-docs-zh-tw/library/contextvars.html#contextvars.ContextVar
https://python.github.io/python-docs-zh-tw/glossary.html#term-contiguous
https://python.github.io/python-docs-zh-tw/glossary.html#term-coroutine
async defhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-def
PEP 492https://peps.python.org/pep-0492/
https://python.github.io/python-docs-zh-tw/glossary.html#term-coroutine-function
coroutinehttps://python.github.io/python-docs-zh-tw/glossary.html#term-coroutine
async defhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-def
awaithttps://python.github.io/python-docs-zh-tw/reference/expressions.html#await
async forhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-for
async withhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#async-with
PEP 492https://peps.python.org/pep-0492/
https://python.github.io/python-docs-zh-tw/glossary.html#term-CPython
python.orghttps://www.python.org
https://python.github.io/python-docs-zh-tw/glossary.html#term-current-context
contexthttps://python.github.io/python-docs-zh-tw/glossary.html#term-context
contextvars.Contexthttps://python.github.io/python-docs-zh-tw/library/contextvars.html#contextvars.Context
ContextVarhttps://python.github.io/python-docs-zh-tw/library/contextvars.html#contextvars.ContextVar
context variableshttps://python.github.io/python-docs-zh-tw/glossary.html#term-context-variable
asynciohttps://python.github.io/python-docs-zh-tw/library/asyncio.html#module-asyncio
https://python.github.io/python-docs-zh-tw/glossary.html#term-cyclic-isolate
cyclic garbage collectorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-garbage-collection
https://python.github.io/python-docs-zh-tw/glossary.html#term-decorator
classmethod()https://python.github.io/python-docs-zh-tw/library/functions.html#classmethod
staticmethod()https://python.github.io/python-docs-zh-tw/library/functions.html#staticmethod
函式定義https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#function
class 定義https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#class
https://python.github.io/python-docs-zh-tw/glossary.html#term-descriptor
__get__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__get__
__set__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__set__
__delete__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__delete__
實作描述器https://python.github.io/python-docs-zh-tw/reference/datamodel.html#descriptors
描述器使用指南https://python.github.io/python-docs-zh-tw/howto/descriptor.html#descriptorhowto
https://python.github.io/python-docs-zh-tw/glossary.html#term-dictionary
__hash__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__hash__
__eq__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__eq__
https://python.github.io/python-docs-zh-tw/glossary.html#term-dictionary-comprehension
Displays for lists, sets and dictionarieshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#comprehensions
https://python.github.io/python-docs-zh-tw/glossary.html#term-dictionary-view
dict.keys()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict.keys
dict.values()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict.values
dict.items()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict.items
字典視圖物件https://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict-views
https://python.github.io/python-docs-zh-tw/glossary.html#term-docstring
__doc__https://python.github.io/python-docs-zh-tw/library/stdtypes.html#definition.__doc__
https://python.github.io/python-docs-zh-tw/glossary.html#term-duck-typing
type()https://python.github.io/python-docs-zh-tw/library/functions.html#type
isinstance()https://python.github.io/python-docs-zh-tw/library/functions.html#isinstance
抽象基底類別 (abstract base class)https://python.github.io/python-docs-zh-tw/glossary.html#term-abstract-base-class
hasattr()https://python.github.io/python-docs-zh-tw/library/functions.html#hasattr
EAFPhttps://python.github.io/python-docs-zh-tw/glossary.html#term-EAFP
https://python.github.io/python-docs-zh-tw/glossary.html#term-dunder
特殊方法https://python.github.io/python-docs-zh-tw/glossary.html#term-special-method
https://python.github.io/python-docs-zh-tw/glossary.html#term-EAFP
tryhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#try
excepthttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#except
LBYLhttps://python.github.io/python-docs-zh-tw/glossary.html#term-LBYL
https://python.github.io/python-docs-zh-tw/glossary.html#term-evaluate-function
typehttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#type
https://python.github.io/python-docs-zh-tw/glossary.html#term-expression
statementhttps://python.github.io/python-docs-zh-tw/glossary.html#term-statement
whilehttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#while
https://python.github.io/python-docs-zh-tw/glossary.html#term-extension-module
https://python.github.io/python-docs-zh-tw/glossary.html#term-f-string
https://python.github.io/python-docs-zh-tw/glossary.html#term-f-strings
格式化的字串文本https://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#f-strings
PEP 498https://peps.python.org/pep-0498/
https://python.github.io/python-docs-zh-tw/glossary.html#term-file-object
二進位檔案https://python.github.io/python-docs-zh-tw/glossary.html#term-binary-file
二進位檔案https://python.github.io/python-docs-zh-tw/glossary.html#term-binary-file
文字檔案https://python.github.io/python-docs-zh-tw/glossary.html#term-text-file
iohttps://python.github.io/python-docs-zh-tw/library/io.html#module-io
open()https://python.github.io/python-docs-zh-tw/library/functions.html#open
https://python.github.io/python-docs-zh-tw/glossary.html#term-file-like-object
file objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-file-object
https://python.github.io/python-docs-zh-tw/glossary.html#term-filesystem-encoding-and-error-handler
UnicodeErrorhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#UnicodeError
sys.getfilesystemencoding()https://python.github.io/python-docs-zh-tw/library/sys.html#sys.getfilesystemencoding
sys.getfilesystemencodeerrors()https://python.github.io/python-docs-zh-tw/library/sys.html#sys.getfilesystemencodeerrors
filesystem encoding and error handlerhttps://python.github.io/python-docs-zh-tw/glossary.html#term-filesystem-encoding-and-error-handler
PyConfig_Read()https://python.github.io/python-docs-zh-tw/c-api/init_config.html#c.PyConfig_Read
filesystem_encodinghttps://python.github.io/python-docs-zh-tw/c-api/init_config.html#c.PyConfig.filesystem_encoding
PyConfighttps://python.github.io/python-docs-zh-tw/c-api/init_config.html#c.PyConfig
filesystem_errorshttps://python.github.io/python-docs-zh-tw/c-api/init_config.html#c.PyConfig.filesystem_errors
locale encodinghttps://python.github.io/python-docs-zh-tw/glossary.html#term-locale-encoding
https://python.github.io/python-docs-zh-tw/glossary.html#term-finder
loaderhttps://python.github.io/python-docs-zh-tw/glossary.html#term-loader
元路徑尋檢器 (meta path finder)https://python.github.io/python-docs-zh-tw/glossary.html#term-meta-path-finder
sys.meta_pathhttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.meta_path
路徑項目尋檢器 (path entry finder)https://python.github.io/python-docs-zh-tw/glossary.html#term-path-entry-finder
sys.path_hookshttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.path_hooks
尋檢器 (Finder) 與載入器 (Loader)https://python.github.io/python-docs-zh-tw/reference/import.html#finders-and-loaders
importlibhttps://python.github.io/python-docs-zh-tw/library/importlib.html#module-importlib
https://python.github.io/python-docs-zh-tw/glossary.html#term-floor-division
PEP 238https://peps.python.org/pep-0238/
https://python.github.io/python-docs-zh-tw/glossary.html#term-free-threading
全域直譯器鎖https://python.github.io/python-docs-zh-tw/glossary.html#term-global-interpreter-lock
PEP 703https://peps.python.org/pep-0703/
https://python.github.io/python-docs-zh-tw/glossary.html#term-free-variable
language execution modelhttps://python.github.io/python-docs-zh-tw/reference/executionmodel.html#bind-names
closure variablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-closure-variable
codeobject.co_freevarshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#codeobject.co_freevars
closure variablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-closure-variable
https://python.github.io/python-docs-zh-tw/glossary.html#term-function
引數https://python.github.io/python-docs-zh-tw/glossary.html#term-argument
parameterhttps://python.github.io/python-docs-zh-tw/glossary.html#term-parameter
methodhttps://python.github.io/python-docs-zh-tw/glossary.html#term-method
函式定義https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#function
https://python.github.io/python-docs-zh-tw/glossary.html#term-function-annotation
annotationhttps://python.github.io/python-docs-zh-tw/glossary.html#term-annotation
型別提示https://python.github.io/python-docs-zh-tw/glossary.html#term-type-hint
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
函式定義https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#function
variable annotationhttps://python.github.io/python-docs-zh-tw/glossary.html#term-variable-annotation
PEP 484https://peps.python.org/pep-0484/
註釋 (annotation) 最佳實踐https://python.github.io/python-docs-zh-tw/howto/annotations.html#annotations-howto
https://python.github.io/python-docs-zh-tw/glossary.html#term-__future__
future 陳述式https://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#future
__future__https://python.github.io/python-docs-zh-tw/library/__future__.html#module-__future__
https://python.github.io/python-docs-zh-tw/glossary.html#term-garbage-collection
gchttps://python.github.io/python-docs-zh-tw/library/gc.html#module-gc
https://python.github.io/python-docs-zh-tw/glossary.html#term-generator
generator iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-generator-iterator
yieldhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#yield
next()https://python.github.io/python-docs-zh-tw/library/functions.html#next
https://python.github.io/python-docs-zh-tw/glossary.html#term-generator-iterator
generatorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-generator
yieldhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#yield
https://python.github.io/python-docs-zh-tw/glossary.html#term-generator-expression
疊代器https://python.github.io/python-docs-zh-tw/glossary.html#term-iterator
運算式https://python.github.io/python-docs-zh-tw/glossary.html#term-expression
https://python.github.io/python-docs-zh-tw/glossary.html#term-generic-function
single dispatchhttps://python.github.io/python-docs-zh-tw/glossary.html#term-single-dispatch
functools.singledispatch()https://python.github.io/python-docs-zh-tw/library/functools.html#functools.singledispatch
PEP 443https://peps.python.org/pep-0443/
https://python.github.io/python-docs-zh-tw/glossary.html#term-generic-type
typehttps://python.github.io/python-docs-zh-tw/glossary.html#term-type
容器型別https://python.github.io/python-docs-zh-tw/reference/datamodel.html#sequence-types
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
型別提示https://python.github.io/python-docs-zh-tw/glossary.html#term-type-hint
註釋https://python.github.io/python-docs-zh-tw/glossary.html#term-annotation
泛型別名型別https://python.github.io/python-docs-zh-tw/library/stdtypes.html#types-genericalias
PEP 483https://peps.python.org/pep-0483/
PEP 484https://peps.python.org/pep-0484/
PEP 585https://peps.python.org/pep-0585/
typinghttps://python.github.io/python-docs-zh-tw/library/typing.html#module-typing
https://python.github.io/python-docs-zh-tw/glossary.html#term-GIL
global interpreter lockhttps://python.github.io/python-docs-zh-tw/glossary.html#term-global-interpreter-lock
https://python.github.io/python-docs-zh-tw/glossary.html#term-global-interpreter-lock
CPythonhttps://python.github.io/python-docs-zh-tw/glossary.html#term-CPython
bytecodehttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytecode
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
--disable-gilhttps://python.github.io/python-docs-zh-tw/using/configure.html#cmdoption-disable-gil
-X gil=0https://python.github.io/python-docs-zh-tw/using/cmdline.html#cmdoption-X
PYTHON_GIL=0https://python.github.io/python-docs-zh-tw/using/cmdline.html#envvar-PYTHON_GIL
PEP 703https://peps.python.org/pep-0703/
attached thread statehttps://python.github.io/python-docs-zh-tw/glossary.html#term-attached-thread-state
https://python.github.io/python-docs-zh-tw/glossary.html#term-hash-based-pyc
Cached bytecode invalidationhttps://python.github.io/python-docs-zh-tw/reference/import.html#pyc-invalidation
https://python.github.io/python-docs-zh-tw/glossary.html#term-hashable
__hash__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__hash__
__eq__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__eq__
id()https://python.github.io/python-docs-zh-tw/library/functions.html#id
https://python.github.io/python-docs-zh-tw/glossary.html#term-IDLE
IDLE --- Python 編輯器與 shellhttps://python.github.io/python-docs-zh-tw/library/idle.html#idle
https://python.github.io/python-docs-zh-tw/glossary.html#term-immortal
PEP 683https://peps.python.org/pep-0683/
參照計數https://python.github.io/python-docs-zh-tw/glossary.html#term-reference-count
Truehttps://python.github.io/python-docs-zh-tw/library/constants.html#True
Nonehttps://python.github.io/python-docs-zh-tw/library/constants.html#None
sys._is_immortal()https://python.github.io/python-docs-zh-tw/library/sys.html#sys._is_immortal
PyUnstable_IsImmortal()https://python.github.io/python-docs-zh-tw/c-api/object.html#c.PyUnstable_IsImmortal
https://python.github.io/python-docs-zh-tw/glossary.html#term-immutable
https://python.github.io/python-docs-zh-tw/glossary.html#term-import-path
路徑項目https://python.github.io/python-docs-zh-tw/glossary.html#term-path-entry
path based finderhttps://python.github.io/python-docs-zh-tw/glossary.html#term-path-based-finder
sys.pathhttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.path
https://python.github.io/python-docs-zh-tw/glossary.html#term-importing
https://python.github.io/python-docs-zh-tw/glossary.html#term-importer
finderhttps://python.github.io/python-docs-zh-tw/glossary.html#term-finder
loaderhttps://python.github.io/python-docs-zh-tw/glossary.html#term-loader
https://python.github.io/python-docs-zh-tw/glossary.html#term-interactive
互動模式https://python.github.io/python-docs-zh-tw/tutorial/appendix.html#tut-interac
https://python.github.io/python-docs-zh-tw/glossary.html#term-interpreted
interactivehttps://python.github.io/python-docs-zh-tw/glossary.html#term-interactive
https://python.github.io/python-docs-zh-tw/glossary.html#term-interpreter-shutdown
垃圾回收器 (garbage collector)https://python.github.io/python-docs-zh-tw/glossary.html#term-garbage-collection
https://python.github.io/python-docs-zh-tw/glossary.html#term-iterable
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
檔案物件https://python.github.io/python-docs-zh-tw/glossary.html#term-file-object
sequencehttps://python.github.io/python-docs-zh-tw/glossary.html#term-sequence
__iter__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__iter__
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
forhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#for
zip()https://python.github.io/python-docs-zh-tw/library/functions.html#zip
map()https://python.github.io/python-docs-zh-tw/library/functions.html#map
iter()https://python.github.io/python-docs-zh-tw/library/functions.html#iter
iter()https://python.github.io/python-docs-zh-tw/library/functions.html#iter
forhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#for
iteratorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterator
sequencehttps://python.github.io/python-docs-zh-tw/glossary.html#term-sequence
generatorhttps://python.github.io/python-docs-zh-tw/glossary.html#term-generator
https://python.github.io/python-docs-zh-tw/glossary.html#term-iterator
__next__()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#iterator.__next__
next()https://python.github.io/python-docs-zh-tw/library/functions.html#next
StopIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration
StopIterationhttps://python.github.io/python-docs-zh-tw/library/exceptions.html#StopIteration
__iter__()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#iterator.__iter__
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
iter()https://python.github.io/python-docs-zh-tw/library/functions.html#iter
forhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#for
疊代器型別https://python.github.io/python-docs-zh-tw/library/stdtypes.html#typeiter
__iter__()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#iterator.__iter__
https://python.github.io/python-docs-zh-tw/glossary.html#term-key-function
locale.strxfrm()https://python.github.io/python-docs-zh-tw/library/locale.html#locale.strxfrm
min()https://python.github.io/python-docs-zh-tw/library/functions.html#min
max()https://python.github.io/python-docs-zh-tw/library/functions.html#max
sorted()https://python.github.io/python-docs-zh-tw/library/functions.html#sorted
list.sort()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#list.sort
heapq.merge()https://python.github.io/python-docs-zh-tw/library/heapq.html#heapq.merge
heapq.nsmallest()https://python.github.io/python-docs-zh-tw/library/heapq.html#heapq.nsmallest
heapq.nlargest()https://python.github.io/python-docs-zh-tw/library/heapq.html#heapq.nlargest
itertools.groupby()https://python.github.io/python-docs-zh-tw/library/itertools.html#itertools.groupby
str.lower()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#str.lower
lambdahttps://python.github.io/python-docs-zh-tw/reference/expressions.html#lambda
operator.attrgetter()https://python.github.io/python-docs-zh-tw/library/operator.html#operator.attrgetter
operator.itemgetter()https://python.github.io/python-docs-zh-tw/library/operator.html#operator.itemgetter
operator.methodcaller()https://python.github.io/python-docs-zh-tw/library/operator.html#operator.methodcaller
如何排序https://python.github.io/python-docs-zh-tw/howto/sorting.html#sortinghowto
https://python.github.io/python-docs-zh-tw/glossary.html#term-keyword-argument
argumenthttps://python.github.io/python-docs-zh-tw/glossary.html#term-argument
https://python.github.io/python-docs-zh-tw/glossary.html#term-lambda
expressionhttps://python.github.io/python-docs-zh-tw/glossary.html#term-expression
https://python.github.io/python-docs-zh-tw/glossary.html#term-LBYL
EAFPhttps://python.github.io/python-docs-zh-tw/glossary.html#term-EAFP
ifhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#if
https://python.github.io/python-docs-zh-tw/glossary.html#term-lexical-analyzer
tokenhttps://python.github.io/python-docs-zh-tw/glossary.html#term-token
https://python.github.io/python-docs-zh-tw/glossary.html#term-list
sequencehttps://python.github.io/python-docs-zh-tw/glossary.html#term-sequence
https://python.github.io/python-docs-zh-tw/glossary.html#term-list-comprehension
ifhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#if
https://python.github.io/python-docs-zh-tw/glossary.html#term-loader
Loaderhttps://python.github.io/python-docs-zh-tw/library/importlib.html#importlib.abc.Loader
finderhttps://python.github.io/python-docs-zh-tw/glossary.html#term-finder
尋檢器 (Finder) 與載入器 (Loader)https://python.github.io/python-docs-zh-tw/reference/import.html#finders-and-loaders
importlib.abc.Loaderhttps://python.github.io/python-docs-zh-tw/library/importlib.html#importlib.abc.Loader
PEP 302https://peps.python.org/pep-0302/
https://python.github.io/python-docs-zh-tw/glossary.html#term-locale-encoding
locale.setlocale(locale.LC_CTYPE, new_locale)https://python.github.io/python-docs-zh-tw/library/locale.html#locale.setlocale
locale.getencoding()https://python.github.io/python-docs-zh-tw/library/locale.html#locale.getencoding
filesystem encoding and error handlerhttps://python.github.io/python-docs-zh-tw/glossary.html#term-filesystem-encoding-and-error-handler
https://python.github.io/python-docs-zh-tw/glossary.html#term-magic-method
special methodhttps://python.github.io/python-docs-zh-tw/glossary.html#term-special-method
https://python.github.io/python-docs-zh-tw/glossary.html#term-mapping
abstract base classes(抽象基底類別)https://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections-abstract-base-classes
collections.abc.Mappinghttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.Mapping
collections.abc.MutableMappinghttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.MutableMapping
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
collections.defaultdicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.defaultdict
collections.OrderedDicthttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.OrderedDict
collections.Counterhttps://python.github.io/python-docs-zh-tw/library/collections.html#collections.Counter
https://python.github.io/python-docs-zh-tw/glossary.html#term-meta-path-finder
sys.meta_pathhttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.meta_path
finderhttps://python.github.io/python-docs-zh-tw/glossary.html#term-finder
路徑項目尋檢器 (path entry finder)https://python.github.io/python-docs-zh-tw/glossary.html#term-path-entry-finder
importlib.abc.MetaPathFinderhttps://python.github.io/python-docs-zh-tw/library/importlib.html#importlib.abc.MetaPathFinder
https://python.github.io/python-docs-zh-tw/glossary.html#term-metaclass
Metaclasseshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#metaclasses
https://python.github.io/python-docs-zh-tw/glossary.html#term-method
argumenthttps://python.github.io/python-docs-zh-tw/glossary.html#term-argument
functionhttps://python.github.io/python-docs-zh-tw/glossary.html#term-function
nested scopehttps://python.github.io/python-docs-zh-tw/glossary.html#term-nested-scope
https://python.github.io/python-docs-zh-tw/glossary.html#term-method-resolution-order
Python 2.3 方法解析順序https://python.github.io/python-docs-zh-tw/howto/mro.html#python-2-3-mro
https://python.github.io/python-docs-zh-tw/glossary.html#term-module
importinghttps://python.github.io/python-docs-zh-tw/glossary.html#term-importing
packagehttps://python.github.io/python-docs-zh-tw/glossary.html#term-package
https://python.github.io/python-docs-zh-tw/glossary.html#term-module-spec
importlib.machinery.ModuleSpechttps://python.github.io/python-docs-zh-tw/library/importlib.html#importlib.machinery.ModuleSpec
模組規格https://python.github.io/python-docs-zh-tw/reference/import.html#module-specs
https://python.github.io/python-docs-zh-tw/glossary.html#term-MRO
method resolution orderhttps://python.github.io/python-docs-zh-tw/glossary.html#term-method-resolution-order
https://python.github.io/python-docs-zh-tw/glossary.html#term-mutable
id()https://python.github.io/python-docs-zh-tw/library/functions.html#id
immutablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-immutable
https://python.github.io/python-docs-zh-tw/glossary.html#term-named-tuple
time.localtime()https://python.github.io/python-docs-zh-tw/library/time.html#time.localtime
os.stat()https://python.github.io/python-docs-zh-tw/library/os.html#os.stat
sys.float_infohttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.float_info
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
typing.NamedTuplehttps://python.github.io/python-docs-zh-tw/library/typing.html#typing.NamedTuple
collections.namedtuple()https://python.github.io/python-docs-zh-tw/library/collections.html#collections.namedtuple
https://python.github.io/python-docs-zh-tw/glossary.html#term-namespace
builtins.openhttps://python.github.io/python-docs-zh-tw/library/functions.html#open
os.open()https://python.github.io/python-docs-zh-tw/library/os.html#os.open
random.seed()https://python.github.io/python-docs-zh-tw/library/random.html#random.seed
itertools.islice()https://python.github.io/python-docs-zh-tw/library/itertools.html#itertools.islice
randomhttps://python.github.io/python-docs-zh-tw/library/random.html#module-random
itertoolshttps://python.github.io/python-docs-zh-tw/library/itertools.html#module-itertools
https://python.github.io/python-docs-zh-tw/glossary.html#term-namespace-package
packagehttps://python.github.io/python-docs-zh-tw/glossary.html#term-package
regular packagehttps://python.github.io/python-docs-zh-tw/glossary.html#term-regular-package
regular packagehttps://python.github.io/python-docs-zh-tw/glossary.html#term-regular-package
PEP 420https://peps.python.org/pep-0420/
命名空間套件https://python.github.io/python-docs-zh-tw/reference/import.html#reference-namespace-package
modulehttps://python.github.io/python-docs-zh-tw/glossary.html#term-module
https://python.github.io/python-docs-zh-tw/glossary.html#term-nested-scope
nonlocalhttps://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#nonlocal
https://python.github.io/python-docs-zh-tw/glossary.html#term-new-style-class
__slots__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__slots__
__getattribute__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getattribute__
https://python.github.io/python-docs-zh-tw/glossary.html#term-object
new-style classhttps://python.github.io/python-docs-zh-tw/glossary.html#term-new-style-class
https://python.github.io/python-docs-zh-tw/glossary.html#term-optimized-scope
https://python.github.io/python-docs-zh-tw/glossary.html#term-optional-module
extension modulehttps://python.github.io/python-docs-zh-tw/glossary.html#term-extension-module
standard libraryhttps://python.github.io/python-docs-zh-tw/glossary.html#term-standard-library
CPythonhttps://python.github.io/python-docs-zh-tw/glossary.html#term-CPython
可選模組的需求https://python.github.io/python-docs-zh-tw/using/configure.html#optional-module-requirements
https://python.github.io/python-docs-zh-tw/glossary.html#term-package
modulehttps://python.github.io/python-docs-zh-tw/glossary.html#term-module
regular packagehttps://python.github.io/python-docs-zh-tw/glossary.html#term-regular-package
namespace packagehttps://python.github.io/python-docs-zh-tw/glossary.html#term-namespace-package
https://python.github.io/python-docs-zh-tw/glossary.html#term-parameter
functionhttps://python.github.io/python-docs-zh-tw/glossary.html#term-function
argumenthttps://python.github.io/python-docs-zh-tw/glossary.html#term-argument
按照位置https://python.github.io/python-docs-zh-tw/glossary.html#term-argument
關鍵字引數https://python.github.io/python-docs-zh-tw/glossary.html#term-argument
argumenthttps://python.github.io/python-docs-zh-tw/glossary.html#term-argument
引數和參數之間的差異https://python.github.io/python-docs-zh-tw/faq/programming.html#faq-argument-vs-parameter
inspect.Parameterhttps://python.github.io/python-docs-zh-tw/library/inspect.html#inspect.Parameter
函式定義https://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#function
PEP 362https://peps.python.org/pep-0362/
https://python.github.io/python-docs-zh-tw/glossary.html#term-path-entry
import pathhttps://python.github.io/python-docs-zh-tw/glossary.html#term-import-path
path based finderhttps://python.github.io/python-docs-zh-tw/glossary.html#term-path-based-finder
https://python.github.io/python-docs-zh-tw/glossary.html#term-path-entry-finder
sys.path_hookshttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.path_hooks
path entry hookhttps://python.github.io/python-docs-zh-tw/glossary.html#term-path-entry-hook
finderhttps://python.github.io/python-docs-zh-tw/glossary.html#term-finder
path entryhttps://python.github.io/python-docs-zh-tw/glossary.html#term-path-entry
importlib.abc.PathEntryFinderhttps://python.github.io/python-docs-zh-tw/library/importlib.html#importlib.abc.PathEntryFinder
https://python.github.io/python-docs-zh-tw/glossary.html#term-path-entry-hook
sys.path_hookshttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.path_hooks
path entryhttps://python.github.io/python-docs-zh-tw/glossary.html#term-path-entry
path entry finderhttps://python.github.io/python-docs-zh-tw/glossary.html#term-path-entry-finder
https://python.github.io/python-docs-zh-tw/glossary.html#term-path-based-finder
元路徑尋檢器 (meta path finder)https://python.github.io/python-docs-zh-tw/glossary.html#term-meta-path-finder
import pathhttps://python.github.io/python-docs-zh-tw/glossary.html#term-import-path
https://python.github.io/python-docs-zh-tw/glossary.html#term-path-like-object
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
os.PathLikehttps://python.github.io/python-docs-zh-tw/library/os.html#os.PathLike
os.fspath()https://python.github.io/python-docs-zh-tw/library/os.html#os.fspath
os.PathLikehttps://python.github.io/python-docs-zh-tw/library/os.html#os.PathLike
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
os.fsdecode()https://python.github.io/python-docs-zh-tw/library/os.html#os.fsdecode
os.fsencode()https://python.github.io/python-docs-zh-tw/library/os.html#os.fsencode
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
PEP 519https://peps.python.org/pep-0519/
https://python.github.io/python-docs-zh-tw/glossary.html#term-PEP
PEP 1https://peps.python.org/pep-0001/
https://python.github.io/python-docs-zh-tw/glossary.html#term-portion
PEP 420https://peps.python.org/pep-0420/
https://python.github.io/python-docs-zh-tw/glossary.html#term-positional-argument
argumenthttps://python.github.io/python-docs-zh-tw/glossary.html#term-argument
https://python.github.io/python-docs-zh-tw/glossary.html#term-provisional-API
PEP 411https://peps.python.org/pep-0411/
https://python.github.io/python-docs-zh-tw/glossary.html#term-provisional-package
provisional APIhttps://python.github.io/python-docs-zh-tw/glossary.html#term-provisional-API
https://python.github.io/python-docs-zh-tw/glossary.html#term-Python-3000
https://python.github.io/python-docs-zh-tw/glossary.html#term-Pythonic
forhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#for
https://python.github.io/python-docs-zh-tw/glossary.html#term-qualified-name
PEP 3155https://peps.python.org/pep-3155/
https://python.github.io/python-docs-zh-tw/glossary.html#term-reference-count
不滅的https://python.github.io/python-docs-zh-tw/glossary.html#term-immortal
CPythonhttps://python.github.io/python-docs-zh-tw/glossary.html#term-CPython
getrefcount()https://python.github.io/python-docs-zh-tw/library/sys.html#sys.getrefcount
CPythonhttps://python.github.io/python-docs-zh-tw/glossary.html#term-CPython
https://python.github.io/python-docs-zh-tw/glossary.html#term-regular-package
packagehttps://python.github.io/python-docs-zh-tw/glossary.html#term-package
namespace packagehttps://python.github.io/python-docs-zh-tw/glossary.html#term-namespace-package
https://python.github.io/python-docs-zh-tw/glossary.html#term-REPL
互動式https://python.github.io/python-docs-zh-tw/glossary.html#term-interactive
https://python.github.io/python-docs-zh-tw/glossary.html#term-__slots__
https://python.github.io/python-docs-zh-tw/glossary.html#term-sequence
iterablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-iterable
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
__len__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__len__
listhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#list
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
tuplehttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#tuple
byteshttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes
dicthttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#dict
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
hashablehttps://python.github.io/python-docs-zh-tw/glossary.html#term-hashable
collections.abc.Sequencehttps://python.github.io/python-docs-zh-tw/library/collections.abc.html#collections.abc.Sequence
__getitem__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__getitem__
__len__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__len__
count()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#sequence.count
index()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#sequence.index
__contains__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__contains__
__reversed__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__reversed__
register()https://python.github.io/python-docs-zh-tw/library/abc.html#abc.ABCMeta.register
常見序列操作https://python.github.io/python-docs-zh-tw/library/stdtypes.html#typesseq-common
https://python.github.io/python-docs-zh-tw/glossary.html#term-set-comprehension
Displays for lists, sets and dictionarieshttps://python.github.io/python-docs-zh-tw/reference/expressions.html#comprehensions
https://python.github.io/python-docs-zh-tw/glossary.html#term-single-dispatch
generic functionhttps://python.github.io/python-docs-zh-tw/glossary.html#term-generic-function
https://python.github.io/python-docs-zh-tw/glossary.html#term-slice
sequencehttps://python.github.io/python-docs-zh-tw/glossary.html#term-sequence
slicehttps://python.github.io/python-docs-zh-tw/library/functions.html#slice
https://python.github.io/python-docs-zh-tw/glossary.html#term-soft-deprecated
PEP 387:軟性棄用https://peps.python.org/pep-0387/#soft-deprecation
https://python.github.io/python-docs-zh-tw/glossary.html#term-special-method
Special method nameshttps://python.github.io/python-docs-zh-tw/reference/datamodel.html#specialnames
https://python.github.io/python-docs-zh-tw/glossary.html#term-standard-library
套件https://python.github.io/python-docs-zh-tw/glossary.html#term-package
模組https://python.github.io/python-docs-zh-tw/glossary.html#term-module
擴充模組https://python.github.io/python-docs-zh-tw/glossary.html#term-extension-module
Python 標準函式庫 (Standard Library)https://python.github.io/python-docs-zh-tw/library/index.html#library-index
sys.stdlib_module_nameshttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.stdlib_module_names
https://python.github.io/python-docs-zh-tw/glossary.html#term-statement
expressionhttps://python.github.io/python-docs-zh-tw/glossary.html#term-expression
ifhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#if
whilehttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#while
forhttps://python.github.io/python-docs-zh-tw/reference/compound_stmts.html#for
https://python.github.io/python-docs-zh-tw/glossary.html#term-static-type-checker
型別提示 (type hints)https://python.github.io/python-docs-zh-tw/glossary.html#term-type-hint
typinghttps://python.github.io/python-docs-zh-tw/library/typing.html#module-typing
https://python.github.io/python-docs-zh-tw/glossary.html#term-stdlib
standard libraryhttps://python.github.io/python-docs-zh-tw/glossary.html#term-standard-library
https://python.github.io/python-docs-zh-tw/glossary.html#term-strong-reference
Py_INCREF()https://python.github.io/python-docs-zh-tw/c-api/refcounting.html#c.Py_INCREF
Py_DECREF()https://python.github.io/python-docs-zh-tw/c-api/refcounting.html#c.Py_DECREF
Py_NewRef()https://python.github.io/python-docs-zh-tw/c-api/refcounting.html#c.Py_NewRef
Py_DECREF()https://python.github.io/python-docs-zh-tw/c-api/refcounting.html#c.Py_DECREF
borrowed referencehttps://python.github.io/python-docs-zh-tw/glossary.html#term-borrowed-reference
https://python.github.io/python-docs-zh-tw/glossary.html#term-t-string
https://python.github.io/python-docs-zh-tw/glossary.html#term-t-strings
模板化的字串文本https://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#t-strings
https://python.github.io/python-docs-zh-tw/glossary.html#term-text-encoding
codecshttps://python.github.io/python-docs-zh-tw/library/codecs.html#standard-encodings
https://python.github.io/python-docs-zh-tw/glossary.html#term-text-file
strhttps://python.github.io/python-docs-zh-tw/library/stdtypes.html#str
file objecthttps://python.github.io/python-docs-zh-tw/glossary.html#term-file-object
text encodinghttps://python.github.io/python-docs-zh-tw/glossary.html#term-text-encoding
sys.stdinhttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.stdin
sys.stdouthttps://python.github.io/python-docs-zh-tw/library/sys.html#sys.stdout
io.StringIOhttps://python.github.io/python-docs-zh-tw/library/io.html#io.StringIO
binary filehttps://python.github.io/python-docs-zh-tw/glossary.html#term-binary-file
類位元組串物件 (bytes-like object)https://python.github.io/python-docs-zh-tw/glossary.html#term-bytes-like-object
https://python.github.io/python-docs-zh-tw/glossary.html#term-thread-state
CPythonhttps://python.github.io/python-docs-zh-tw/glossary.html#term-CPython
attachedhttps://python.github.io/python-docs-zh-tw/glossary.html#term-attached-thread-state
attached thread statehttps://python.github.io/python-docs-zh-tw/glossary.html#term-attached-thread-state
attachedhttps://python.github.io/python-docs-zh-tw/glossary.html#term-attached-thread-state
Thread State and the Global Interpreter Lockhttps://python.github.io/python-docs-zh-tw/c-api/init.html#threads
https://python.github.io/python-docs-zh-tw/glossary.html#term-token
詞法分析器https://python.github.io/python-docs-zh-tw/reference/lexical_analysis.html#lexical
tokenizehttps://python.github.io/python-docs-zh-tw/library/tokenize.html#module-tokenize
tokenhttps://python.github.io/python-docs-zh-tw/library/token.html#module-token
https://python.github.io/python-docs-zh-tw/glossary.html#term-triple-quoted-string
https://python.github.io/python-docs-zh-tw/glossary.html#term-type
__class__https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__class__
https://python.github.io/python-docs-zh-tw/glossary.html#term-type-alias
型別提示 (type hint)https://python.github.io/python-docs-zh-tw/glossary.html#term-type-hint
typinghttps://python.github.io/python-docs-zh-tw/library/typing.html#module-typing
PEP 484https://peps.python.org/pep-0484/
https://python.github.io/python-docs-zh-tw/glossary.html#term-type-hint
annotationhttps://python.github.io/python-docs-zh-tw/glossary.html#term-annotation
靜態型別檢查器 (static type checkers)https://python.github.io/python-docs-zh-tw/glossary.html#term-static-type-checker
typing.get_type_hints()https://python.github.io/python-docs-zh-tw/library/typing.html#typing.get_type_hints
typinghttps://python.github.io/python-docs-zh-tw/library/typing.html#module-typing
PEP 484https://peps.python.org/pep-0484/
https://python.github.io/python-docs-zh-tw/glossary.html#term-universal-newlines
PEP 278https://peps.python.org/pep-0278/
PEP 3116https://peps.python.org/pep-3116/
bytes.splitlines()https://python.github.io/python-docs-zh-tw/library/stdtypes.html#bytes.splitlines
https://python.github.io/python-docs-zh-tw/glossary.html#term-variable-annotation
annotationhttps://python.github.io/python-docs-zh-tw/glossary.html#term-annotation
型別提示 (type hint)https://python.github.io/python-docs-zh-tw/glossary.html#term-type-hint
inthttps://python.github.io/python-docs-zh-tw/library/functions.html#int
註釋賦值陳述式https://python.github.io/python-docs-zh-tw/reference/simple_stmts.html#annassign
function annotationhttps://python.github.io/python-docs-zh-tw/glossary.html#term-function-annotation
PEP 484https://peps.python.org/pep-0484/
PEP 526https://peps.python.org/pep-0526/
註釋 (annotation) 最佳實踐https://python.github.io/python-docs-zh-tw/howto/annotations.html#annotations-howto
https://python.github.io/python-docs-zh-tw/glossary.html#term-virtual-environment
venvhttps://python.github.io/python-docs-zh-tw/library/venv.html#module-venv
https://python.github.io/python-docs-zh-tw/glossary.html#term-virtual-machine
bytecodehttps://python.github.io/python-docs-zh-tw/glossary.html#term-bytecode
https://python.github.io/python-docs-zh-tw/glossary.html#term-walrus-operator
assignment expressionhttps://python.github.io/python-docs-zh-tw/reference/expressions.html#assignment-expressions
https://python.github.io/python-docs-zh-tw/glossary.html#term-Zen-of-Python
已棄用項目https://python.github.io/python-docs-zh-tw/deprecations/index.html
關於這份說明文件https://python.github.io/python-docs-zh-tw/about.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/glossary.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/about.html
上一頁https://python.github.io/python-docs-zh-tw/deprecations/index.html
Pythonhttps://www.python.org/
3.14.0 Documentationhttps://python.github.io/python-docs-zh-tw/index.html
術語表https://python.github.io/python-docs-zh-tw/glossary.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.