operator --- 標準運算子替代函式
operator
pathlib --- 面向对象的文件系统路径
pathlib
本章中描述的 module(模組)用於處理硬碟檔案和目錄。例如,有一些 module 用於讀取檔案的屬性、以可攜 (portable) 方式操作路徑以及建立暫存檔。本章中的完整 module 清單是:
os
os.path
fileinput
stat
stat()
filecmp
dircmp
tempfile
glob
fnmatch
linecache
shutil
也參考
作業系統介面,包括處理比 Python 檔案物件更低階檔案的函式。
io
Python 的內建 I/O 函式庫,包含抽象類別和一些具體類別 (concrete class),如檔案 I/O。
open()
使用 Python 打開檔案以進行讀寫檔案的標準方法。