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/contents.html
函式庫和擴充功能的常見問題https://python.github.io/python-docs-zh-tw/faq/library.html
常見函式問題https://python.github.io/python-docs-zh-tw/faq/library.html#general-library-questions
常見課題https://python.github.io/python-docs-zh-tw/faq/library.html#common-tasks
執行緒https://python.github.io/python-docs-zh-tw/faq/library.html#threads
輸入與輸出https://python.github.io/python-docs-zh-tw/faq/library.html#input-and-output
網路 (Network)/網際網路 (Internet) 程式https://python.github.io/python-docs-zh-tw/faq/library.html#network-internet-programming
資料庫https://python.github.io/python-docs-zh-tw/faq/library.html#databases
數學和數值https://python.github.io/python-docs-zh-tw/faq/library.html#mathematics-and-numerics
設計和歷史常見問答集https://python.github.io/python-docs-zh-tw/faq/design.html
擴充/嵌入常見問題集https://python.github.io/python-docs-zh-tw/faq/extending.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/faq/library.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/faq/extending.html
上一頁https://python.github.io/python-docs-zh-tw/faq/design.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/faq/index.html
函式庫和擴充功能的常見問題https://python.github.io/python-docs-zh-tw/faq/library.html
函式庫和擴充功能的常見問題https://python.github.io/python-docs-zh-tw/faq/library.html#id2
https://python.github.io/python-docs-zh-tw/faq/library.html#library-and-extension-faq
函式庫和擴充功能的常見問題https://python.github.io/python-docs-zh-tw/faq/library.html#library-and-extension-faq
常見函式問題https://python.github.io/python-docs-zh-tw/faq/library.html#general-library-questions
我如何找到執行任務 X 的模組或應用程式?https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-i-find-a-module-or-application-to-perform-task-x
哪裡可以找到 math.py (socket.py, regex.py, 等...) 來源檔案?https://python.github.io/python-docs-zh-tw/faq/library.html#where-is-the-math-py-socket-py-regex-py-etc-source-file
我如何使 Python script 執行在 Unix?https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-i-make-a-python-script-executable-on-unix
是否有適用於 Python 的 curses/termcap 套件?https://python.github.io/python-docs-zh-tw/faq/library.html#is-there-a-curses-termcap-package-for-python
Python 中是否有等同於 C 的 onexit() 的函式?https://python.github.io/python-docs-zh-tw/faq/library.html#is-there-an-equivalent-to-c-s-onexit-in-python
為什麼我的訊號處理程式不起作用?https://python.github.io/python-docs-zh-tw/faq/library.html#why-don-t-my-signal-handlers-work
常見課題https://python.github.io/python-docs-zh-tw/faq/library.html#common-tasks
如何測試 Python 程式或元件?https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-i-test-a-python-program-or-component
如何從文件字串建立文件?https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-i-create-documentation-from-doc-strings
How do I get a single keypress at a time?https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-i-get-a-single-keypress-at-a-time
執行緒https://python.github.io/python-docs-zh-tw/faq/library.html#threads
如何使用執行緒編寫程式?https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-i-program-using-threads
我的執行緒似乎都沒有運行:為什麼?https://python.github.io/python-docs-zh-tw/faq/library.html#none-of-my-threads-seem-to-run-why
How do I parcel out work among a bunch of worker threads?https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-i-parcel-out-work-among-a-bunch-of-worker-threads
什麼樣的全域值變化是執行緒安全的?https://python.github.io/python-docs-zh-tw/faq/library.html#what-kinds-of-global-value-mutation-are-thread-safe
不能擺脫全域直譯器鎖嗎?https://python.github.io/python-docs-zh-tw/faq/library.html#can-t-we-get-rid-of-the-global-interpreter-lock
輸入與輸出https://python.github.io/python-docs-zh-tw/faq/library.html#input-and-output
如何刪除檔案?(以及其他檔案問題...)https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-i-delete-a-file-and-other-file-questions
如何複製檔案?https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-i-copy-a-file
如何讀取(或寫入)二進位制資料?https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-i-read-or-write-binary-data
我似乎無法在用 os.popen() 建立的 pipe 上使用 os.read();為什麼?https://python.github.io/python-docs-zh-tw/faq/library.html#i-can-t-seem-to-use-os-read-on-a-pipe-created-with-os-popen-why
如何存取序列 (RS232) 連接埠?https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-i-access-the-serial-rs232-port
為什麼關閉 sys.stdout (stdin, stderr) 並沒有真正關閉它?https://python.github.io/python-docs-zh-tw/faq/library.html#why-doesn-t-closing-sys-stdout-stdin-stderr-really-close-it
網路 (Network)/網際網路 (Internet) 程式https://python.github.io/python-docs-zh-tw/faq/library.html#network-internet-programming
Python 有哪些 WWW 工具?https://python.github.io/python-docs-zh-tw/faq/library.html#what-www-tools-are-there-for-python
我應該使用什麼模組來輔助產生 HTML?https://python.github.io/python-docs-zh-tw/faq/library.html#what-module-should-i-use-to-help-with-generating-html
如何從 Python 腳本發送郵件?https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-i-send-mail-from-a-python-script
如何避免阻塞 socket 的 connect() 方法?https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-i-avoid-blocking-in-the-connect-method-of-a-socket
資料庫https://python.github.io/python-docs-zh-tw/faq/library.html#databases
Python 中是否有任何資料庫套件的介面?https://python.github.io/python-docs-zh-tw/faq/library.html#are-there-any-interfaces-to-database-packages-in-python
你如何在 Python 中實作持久性物件?https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-you-implement-persistent-objects-in-python
數學和數值https://python.github.io/python-docs-zh-tw/faq/library.html#mathematics-and-numerics
如何在 Python 中生成隨機數?https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-i-generate-random-numbers-in-python
常見函式問題https://python.github.io/python-docs-zh-tw/faq/library.html#id3
https://python.github.io/python-docs-zh-tw/faq/library.html#general-library-questions
我如何找到執行任務 X 的模組或應用程式?https://python.github.io/python-docs-zh-tw/faq/library.html#id4
https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-i-find-a-module-or-application-to-perform-task-x
函式庫參照https://python.github.io/python-docs-zh-tw/library/index.html#library-index
Python 套件索引https://pypi.org
Googlehttps://www.google.com
哪裡可以找到 math.py (socket.py, regex.py, 等...) 來源檔案?https://python.github.io/python-docs-zh-tw/faq/library.html#id5
https://python.github.io/python-docs-zh-tw/faq/library.html#where-is-the-math-py-socket-py-regex-py-etc-source-file
我如何使 Python script 執行在 Unix?https://python.github.io/python-docs-zh-tw/faq/library.html#id6
https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-i-make-a-python-script-executable-on-unix
是否有適用於 Python 的 curses/termcap 套件?https://python.github.io/python-docs-zh-tw/faq/library.html#id7
https://python.github.io/python-docs-zh-tw/faq/library.html#is-there-a-curses-termcap-package-for-python
Moduleshttps://github.com/python/cpython/tree/3.14/Modules
curseshttps://python.github.io/python-docs-zh-tw/library/curses.html#module-curses
Python 中是否有等同於 C 的 onexit() 的函式?https://python.github.io/python-docs-zh-tw/faq/library.html#id8
https://python.github.io/python-docs-zh-tw/faq/library.html#is-there-an-equivalent-to-c-s-onexit-in-python
atexithttps://python.github.io/python-docs-zh-tw/library/atexit.html#module-atexit
為什麼我的訊號處理程式不起作用?https://python.github.io/python-docs-zh-tw/faq/library.html#id9
https://python.github.io/python-docs-zh-tw/faq/library.html#why-don-t-my-signal-handlers-work
常見課題https://python.github.io/python-docs-zh-tw/faq/library.html#id10
https://python.github.io/python-docs-zh-tw/faq/library.html#common-tasks
如何測試 Python 程式或元件?https://python.github.io/python-docs-zh-tw/faq/library.html#id11
https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-i-test-a-python-program-or-component
doctesthttps://python.github.io/python-docs-zh-tw/library/doctest.html#module-doctest
unittesthttps://python.github.io/python-docs-zh-tw/library/unittest.html#module-unittest
如何從文件字串建立文件?https://python.github.io/python-docs-zh-tw/faq/library.html#id12
https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-i-create-documentation-from-doc-strings
pydochttps://python.github.io/python-docs-zh-tw/library/pydoc.html#module-pydoc
epydochttps://epydoc.sourceforge.net/
Sphinxhttps://www.sphinx-doc.org
How do I get a single keypress at a time?https://python.github.io/python-docs-zh-tw/faq/library.html#id13
https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-i-get-a-single-keypress-at-a-time
執行緒https://python.github.io/python-docs-zh-tw/faq/library.html#id14
https://python.github.io/python-docs-zh-tw/faq/library.html#threads
如何使用執行緒編寫程式?https://python.github.io/python-docs-zh-tw/faq/library.html#id15
https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-i-program-using-threads
threadinghttps://python.github.io/python-docs-zh-tw/library/threading.html#module-threading
_threadhttps://python.github.io/python-docs-zh-tw/library/_thread.html#module-_thread
threadinghttps://python.github.io/python-docs-zh-tw/library/threading.html#module-threading
_threadhttps://python.github.io/python-docs-zh-tw/library/_thread.html#module-_thread
我的執行緒似乎都沒有運行:為什麼?https://python.github.io/python-docs-zh-tw/faq/library.html#id16
https://python.github.io/python-docs-zh-tw/faq/library.html#none-of-my-threads-seem-to-run-why
time.sleep()https://python.github.io/python-docs-zh-tw/library/time.html#time.sleep
queuehttps://python.github.io/python-docs-zh-tw/library/queue.html#module-queue
How do I parcel out work among a bunch of worker threads?https://python.github.io/python-docs-zh-tw/faq/library.html#id17
https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-i-parcel-out-work-among-a-bunch-of-worker-threads
concurrent.futureshttps://python.github.io/python-docs-zh-tw/library/concurrent.futures.html#module-concurrent.futures
ThreadPoolExecutorhttps://python.github.io/python-docs-zh-tw/library/concurrent.futures.html#concurrent.futures.ThreadPoolExecutor
queuehttps://python.github.io/python-docs-zh-tw/library/queue.html#module-queue
Queuehttps://python.github.io/python-docs-zh-tw/library/queue.html#queue.Queue
Queuehttps://python.github.io/python-docs-zh-tw/library/queue.html#queue.Queue
什麼樣的全域值變化是執行緒安全的?https://python.github.io/python-docs-zh-tw/faq/library.html#id18
https://python.github.io/python-docs-zh-tw/faq/library.html#what-kinds-of-global-value-mutation-are-thread-safe
global interpreter lockhttps://python.github.io/python-docs-zh-tw/glossary.html#term-global-interpreter-lock
sys.setswitchinterval()https://python.github.io/python-docs-zh-tw/library/sys.html#sys.setswitchinterval
__del__()https://python.github.io/python-docs-zh-tw/reference/datamodel.html#object.__del__
不能擺脫全域直譯器鎖嗎?https://python.github.io/python-docs-zh-tw/faq/library.html#id19
https://python.github.io/python-docs-zh-tw/faq/library.html#can-t-we-get-rid-of-the-global-interpreter-lock
global interpreter lockhttps://python.github.io/python-docs-zh-tw/glossary.html#term-global-interpreter-lock
PEP 703https://peps.python.org/pep-0703/
fork of Python 3.9 with the GIL removedhttps://github.com/colesbury/nogil
python-safethreadhttps://code.google.com/archive/p/python-safethread
ProcessPoolExecutorhttps://python.github.io/python-docs-zh-tw/library/concurrent.futures.html#concurrent.futures.ProcessPoolExecutor
concurrent.futureshttps://python.github.io/python-docs-zh-tw/library/concurrent.futures.html#module-concurrent.futures
multiprocessinghttps://python.github.io/python-docs-zh-tw/library/multiprocessing.html#module-multiprocessing
zlibhttps://python.github.io/python-docs-zh-tw/library/zlib.html#module-zlib
hashlibhttps://python.github.io/python-docs-zh-tw/library/hashlib.html#module-hashlib
Python 3.12 中首次實現https://python.github.io/python-docs-zh-tw/whatsnew/3.12.html#whatsnew312-pep684
輸入與輸出https://python.github.io/python-docs-zh-tw/faq/library.html#id20
https://python.github.io/python-docs-zh-tw/faq/library.html#input-and-output
如何刪除檔案?(以及其他檔案問題...)https://python.github.io/python-docs-zh-tw/faq/library.html#id21
https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-i-delete-a-file-and-other-file-questions
oshttps://python.github.io/python-docs-zh-tw/library/os.html#module-os
unlink()https://python.github.io/python-docs-zh-tw/library/os.html#os.unlink
os.rmdir()https://python.github.io/python-docs-zh-tw/library/os.html#os.rmdir
os.mkdir()https://python.github.io/python-docs-zh-tw/library/os.html#os.mkdir
shutil.rmtree()https://python.github.io/python-docs-zh-tw/library/shutil.html#shutil.rmtree
os.open()https://python.github.io/python-docs-zh-tw/library/os.html#os.open
shutilhttps://python.github.io/python-docs-zh-tw/library/shutil.html#module-shutil
copyfile()https://python.github.io/python-docs-zh-tw/library/shutil.html#shutil.copyfile
copytree()https://python.github.io/python-docs-zh-tw/library/shutil.html#shutil.copytree
rmtree()https://python.github.io/python-docs-zh-tw/library/shutil.html#shutil.rmtree
如何複製檔案?https://python.github.io/python-docs-zh-tw/faq/library.html#id22
https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-i-copy-a-file
shutilhttps://python.github.io/python-docs-zh-tw/library/shutil.html#module-shutil
copyfile()https://python.github.io/python-docs-zh-tw/library/shutil.html#shutil.copyfile
alternate data streamshttps://en.wikipedia.org/wiki/NTFS#Alternate_data_stream_(ADS)
resource forkshttps://en.wikipedia.org/wiki/Resource_fork
shutil.copy2()https://python.github.io/python-docs-zh-tw/library/shutil.html#shutil.copy2
如何讀取(或寫入)二進位制資料?https://python.github.io/python-docs-zh-tw/faq/library.html#id23
https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-i-read-or-write-binary-data
structhttps://python.github.io/python-docs-zh-tw/library/struct.html#module-struct
arrayhttps://python.github.io/python-docs-zh-tw/library/array.html#module-array
open()https://python.github.io/python-docs-zh-tw/library/functions.html#open
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.popen() 建立的 pipe 上使用 os.read();為什麼?https://python.github.io/python-docs-zh-tw/faq/library.html#id24
https://python.github.io/python-docs-zh-tw/faq/library.html#i-can-t-seem-to-use-os-read-on-a-pipe-created-with-os-popen-why
os.read()https://python.github.io/python-docs-zh-tw/library/os.html#os.read
os.popen()https://python.github.io/python-docs-zh-tw/library/os.html#os.popen
open()https://python.github.io/python-docs-zh-tw/library/functions.html#open
os.popen()https://python.github.io/python-docs-zh-tw/library/os.html#os.popen
如何存取序列 (RS232) 連接埠?https://python.github.io/python-docs-zh-tw/faq/library.html#id25
https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-i-access-the-serial-rs232-port
pyserialhttps://pypi.org/project/pyserial/
https://groups.google.com/groups?selm=34A04430.CF9@ohioee.comhttps://groups.google.com/groups?selm=34A04430.CF9@ohioee.com
為什麼關閉 sys.stdout (stdin, stderr) 並沒有真正關閉它?https://python.github.io/python-docs-zh-tw/faq/library.html#id26
https://python.github.io/python-docs-zh-tw/faq/library.html#why-doesn-t-closing-sys-stdout-stdin-stderr-really-close-it
檔案物件https://python.github.io/python-docs-zh-tw/glossary.html#term-file-object
open()https://python.github.io/python-docs-zh-tw/library/functions.html#open
os.close()https://python.github.io/python-docs-zh-tw/library/os.html#os.close
網路 (Network)/網際網路 (Internet) 程式https://python.github.io/python-docs-zh-tw/faq/library.html#id27
https://python.github.io/python-docs-zh-tw/faq/library.html#network-internet-programming
Python 有哪些 WWW 工具?https://python.github.io/python-docs-zh-tw/faq/library.html#id28
https://python.github.io/python-docs-zh-tw/faq/library.html#what-www-tools-are-there-for-python
網路協定 (Internet protocols) 及支援https://python.github.io/python-docs-zh-tw/library/internet.html#internet
網際網路資料處理https://python.github.io/python-docs-zh-tw/library/netdata.html#netdata
https://wiki.python.org/moin/WebProgramminghttps://wiki.python.org/moin/WebProgramming
我應該使用什麼模組來輔助產生 HTML?https://python.github.io/python-docs-zh-tw/faq/library.html#id29
https://python.github.io/python-docs-zh-tw/faq/library.html#what-module-should-i-use-to-help-with-generating-html
https://wiki.python.org/moin/WebProgramminghttps://wiki.python.org/moin/WebProgramming
如何從 Python 腳本發送郵件?https://python.github.io/python-docs-zh-tw/faq/library.html#id30
https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-i-send-mail-from-a-python-script
smtplibhttps://python.github.io/python-docs-zh-tw/library/smtplib.html#module-smtplib
如何避免阻塞 socket 的 connect() 方法?https://python.github.io/python-docs-zh-tw/faq/library.html#id31
https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-i-avoid-blocking-in-the-connect-method-of-a-socket
selecthttps://python.github.io/python-docs-zh-tw/library/select.html#module-select
connect()https://python.github.io/python-docs-zh-tw/library/socket.html#socket.socket.connect
connect_ex()https://python.github.io/python-docs-zh-tw/library/socket.html#socket.socket.connect_ex
connect_ex()https://python.github.io/python-docs-zh-tw/library/socket.html#socket.socket.connect_ex
select.select()https://python.github.io/python-docs-zh-tw/library/select.html#select.select
asynciohttps://python.github.io/python-docs-zh-tw/library/asyncio.html#module-asyncio
Twistedhttps://twisted.org/
資料庫https://python.github.io/python-docs-zh-tw/faq/library.html#id32
https://python.github.io/python-docs-zh-tw/faq/library.html#databases
Python 中是否有任何資料庫套件的介面?https://python.github.io/python-docs-zh-tw/faq/library.html#id33
https://python.github.io/python-docs-zh-tw/faq/library.html#are-there-any-interfaces-to-database-packages-in-python
DBMhttps://python.github.io/python-docs-zh-tw/library/dbm.html#module-dbm.ndbm
GDBMhttps://python.github.io/python-docs-zh-tw/library/dbm.html#module-dbm.gnu
sqlite3https://python.github.io/python-docs-zh-tw/library/sqlite3.html#module-sqlite3
DatabaseProgramming wiki pagehttps://wiki.python.org/moin/DatabaseProgramming
你如何在 Python 中實作持久性物件?https://python.github.io/python-docs-zh-tw/faq/library.html#id34
https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-you-implement-persistent-objects-in-python
picklehttps://python.github.io/python-docs-zh-tw/library/pickle.html#module-pickle
shelvehttps://python.github.io/python-docs-zh-tw/library/shelve.html#module-shelve
數學和數值https://python.github.io/python-docs-zh-tw/faq/library.html#id35
https://python.github.io/python-docs-zh-tw/faq/library.html#mathematics-and-numerics
如何在 Python 中生成隨機數?https://python.github.io/python-docs-zh-tw/faq/library.html#id36
https://python.github.io/python-docs-zh-tw/faq/library.html#how-do-i-generate-random-numbers-in-python
randomhttps://python.github.io/python-docs-zh-tw/library/random.html#module-random
目錄https://python.github.io/python-docs-zh-tw/contents.html
函式庫和擴充功能的常見問題https://python.github.io/python-docs-zh-tw/faq/library.html
常見函式問題https://python.github.io/python-docs-zh-tw/faq/library.html#general-library-questions
常見課題https://python.github.io/python-docs-zh-tw/faq/library.html#common-tasks
執行緒https://python.github.io/python-docs-zh-tw/faq/library.html#threads
輸入與輸出https://python.github.io/python-docs-zh-tw/faq/library.html#input-and-output
網路 (Network)/網際網路 (Internet) 程式https://python.github.io/python-docs-zh-tw/faq/library.html#network-internet-programming
資料庫https://python.github.io/python-docs-zh-tw/faq/library.html#databases
數學和數值https://python.github.io/python-docs-zh-tw/faq/library.html#mathematics-and-numerics
設計和歷史常見問答集https://python.github.io/python-docs-zh-tw/faq/design.html
擴充/嵌入常見問題集https://python.github.io/python-docs-zh-tw/faq/extending.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/faq/library.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/faq/extending.html
上一頁https://python.github.io/python-docs-zh-tw/faq/design.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/faq/index.html
函式庫和擴充功能的常見問題https://python.github.io/python-docs-zh-tw/faq/library.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.