René's URL Explorer Experiment


Title: 10. 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
10. Python 標準函式庫概覽https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html
10.1. 作業系統介面https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#operating-system-interface
10.2. 檔案之萬用字元 (File Wildcards)https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#file-wildcards
10.3. 命令列引數https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#command-line-arguments
10.4. 錯誤輸出重新導向與程式終止https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#error-output-redirection-and-program-termination
10.5. 字串樣式比對https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#string-pattern-matching
10.6. 數學相關https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#mathematics
10.7. 網路存取https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#internet-access
10.8. 日期與時間https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#dates-and-times
10.9. 資料壓縮https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#data-compression
10.10. 效能量測https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#performance-measurement
10.11. 品質控管https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#quality-control
10.12. 標準模組庫https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#batteries-included
9. Class(類別)https://python.github.io/python-docs-zh-tw/tutorial/classes.html
11. Python 標準函式庫概覽——第二部份https://python.github.io/python-docs-zh-tw/tutorial/stdlib2.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/tutorial/stdlib.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/stdlib2.html
上一頁https://python.github.io/python-docs-zh-tw/tutorial/classes.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
10. Python 標準函式庫概覽https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html
https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#brief-tour-of-the-standard-library
https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#operating-system-interface
oshttps://python.github.io/python-docs-zh-tw/library/os.html#module-os
os.open()https://python.github.io/python-docs-zh-tw/library/os.html#os.open
open()https://python.github.io/python-docs-zh-tw/library/functions.html#open
oshttps://python.github.io/python-docs-zh-tw/library/os.html#module-os
dir()https://python.github.io/python-docs-zh-tw/library/functions.html#dir
help()https://python.github.io/python-docs-zh-tw/library/functions.html#help
shutilhttps://python.github.io/python-docs-zh-tw/library/shutil.html#module-shutil
https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#file-wildcards
globhttps://python.github.io/python-docs-zh-tw/library/glob.html#module-glob
https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#command-line-arguments
syshttps://python.github.io/python-docs-zh-tw/library/sys.html#module-sys
argparsehttps://python.github.io/python-docs-zh-tw/library/argparse.html#module-argparse
https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#error-output-redirection-and-program-termination
syshttps://python.github.io/python-docs-zh-tw/library/sys.html#module-sys
https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#string-pattern-matching
rehttps://python.github.io/python-docs-zh-tw/library/re.html#module-re
https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#mathematics
mathhttps://python.github.io/python-docs-zh-tw/library/math.html#module-math
randomhttps://python.github.io/python-docs-zh-tw/library/random.html#module-random
statisticshttps://python.github.io/python-docs-zh-tw/library/statistics.html#module-statistics
https://scipy.orghttps://scipy.org
https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#internet-access
urllib.requesthttps://python.github.io/python-docs-zh-tw/library/urllib.request.html#module-urllib.request
smtplibhttps://python.github.io/python-docs-zh-tw/library/smtplib.html#module-smtplib
https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#dates-and-times
datetimehttps://python.github.io/python-docs-zh-tw/library/datetime.html#module-datetime
https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#data-compression
zlibhttps://python.github.io/python-docs-zh-tw/library/zlib.html#module-zlib
gziphttps://python.github.io/python-docs-zh-tw/library/gzip.html#module-gzip
bz2https://python.github.io/python-docs-zh-tw/library/bz2.html#module-bz2
lzmahttps://python.github.io/python-docs-zh-tw/library/lzma.html#module-lzma
zipfilehttps://python.github.io/python-docs-zh-tw/library/zipfile.html#module-zipfile
tarfilehttps://python.github.io/python-docs-zh-tw/library/tarfile.html#module-tarfile
https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#performance-measurement
timeithttps://python.github.io/python-docs-zh-tw/library/timeit.html#module-timeit
timeithttps://python.github.io/python-docs-zh-tw/library/timeit.html#module-timeit
profilehttps://python.github.io/python-docs-zh-tw/library/profile.html#module-profile
pstatshttps://python.github.io/python-docs-zh-tw/library/profile.html#module-pstats
https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#quality-control
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
doctesthttps://python.github.io/python-docs-zh-tw/library/doctest.html#module-doctest
https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#batteries-included
xmlrpc.clienthttps://python.github.io/python-docs-zh-tw/library/xmlrpc.client.html#module-xmlrpc.client
xmlrpc.serverhttps://python.github.io/python-docs-zh-tw/library/xmlrpc.server.html#module-xmlrpc.server
emailhttps://python.github.io/python-docs-zh-tw/library/email.html#module-email
RFC 5322https://datatracker.ietf.org/doc/html/rfc5322.html
smtplibhttps://python.github.io/python-docs-zh-tw/library/smtplib.html#module-smtplib
poplibhttps://python.github.io/python-docs-zh-tw/library/poplib.html#module-poplib
jsonhttps://python.github.io/python-docs-zh-tw/library/json.html#module-json
csvhttps://python.github.io/python-docs-zh-tw/library/csv.html#module-csv
xml.etree.ElementTreehttps://python.github.io/python-docs-zh-tw/library/xml.etree.elementtree.html#module-xml.etree.ElementTree
xml.domhttps://python.github.io/python-docs-zh-tw/library/xml.dom.html#module-xml.dom
xml.saxhttps://python.github.io/python-docs-zh-tw/library/xml.sax.html#module-xml.sax
gettexthttps://python.github.io/python-docs-zh-tw/library/gettext.html#module-gettext
localehttps://python.github.io/python-docs-zh-tw/library/locale.html#module-locale
codecshttps://python.github.io/python-docs-zh-tw/library/codecs.html#module-codecs
目錄https://python.github.io/python-docs-zh-tw/contents.html
10. Python 標準函式庫概覽https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html
10.1. 作業系統介面https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#operating-system-interface
10.2. 檔案之萬用字元 (File Wildcards)https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#file-wildcards
10.3. 命令列引數https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#command-line-arguments
10.4. 錯誤輸出重新導向與程式終止https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#error-output-redirection-and-program-termination
10.5. 字串樣式比對https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#string-pattern-matching
10.6. 數學相關https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#mathematics
10.7. 網路存取https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#internet-access
10.8. 日期與時間https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#dates-and-times
10.9. 資料壓縮https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#data-compression
10.10. 效能量測https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#performance-measurement
10.11. 品質控管https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#quality-control
10.12. 標準模組庫https://python.github.io/python-docs-zh-tw/tutorial/stdlib.html#batteries-included
9. Class(類別)https://python.github.io/python-docs-zh-tw/tutorial/classes.html
11. Python 標準函式庫概覽——第二部份https://python.github.io/python-docs-zh-tw/tutorial/stdlib2.html
回報錯誤https://python.github.io/python-docs-zh-tw/bugs.html
顯示原始碼 https://github.com/python/cpython/blob/main/Doc/tutorial/stdlib.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/stdlib2.html
上一頁https://python.github.io/python-docs-zh-tw/tutorial/classes.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
10. Python 標準函式庫概覽https://python.github.io/python-docs-zh-tw/tutorial/stdlib.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.