教科書:
Python初學特訓班(附250分鐘影音教學/範例程式)
remove file: ch04/osremove.py
mkdir: ch04/osmkdir.py
rmdir: ch04/osrmdir.py
system: ch04/ossystem.py
os.path: ch04/ospath.py
os.walk: ch04/oswalk.py
shutil: ch04/shutil.py
glob:ch04/glob.py
filewrite: ch04/filewrite1.py
fileread: ch04/fileread1.py
fileread: ch04/fileread2.py
fileread: ch04/fileread3.py (str1=f.read(5))
fileread: ch04/fileread4.py (content=f.readlines())
fileread: ch04/fileread5.py (encoding ='UTF-8')('\ufeff')(文件前端代碼 BOM)
NotePad++fileread: ch04/fileread6.py (encoding ='UTF-8-sig')(去除 文件前端代碼 BOM)
fileread: ch04/fileread7.py
fileread: ch04/filereadUTF-8.py (encoding ='cp950')
帳號、密碼管理系統: ch04/manage.py