iT邦幫忙

第 11 屆 iThome 鐵人賽

DAY 5
0
自我挑戰組

Python自主學習系列 第 16

Day16---Python文字檔案的讀取和儲存(二)

  • 分享至 

  • xImage
  •  

今天要教的是文字檔案的一些較有效率的方法,延續上一篇的文字檔案讀取與儲存。

最佳實務
with open(檔案路徑, mode=開啟模式)as 檔案物件:
讀取或寫入檔案的程式
(使用上方語法可以使檔案自動且安全的關閉)

程式範例 :
https://ithelp.ithome.com.tw/upload/images/20191005/20120902tJFcMpoxvi.png

讀取Json格式
import json
讀取到的資料=json.load(檔案物件)
寫入Json格式
import json
json.dump(要寫入的資料,檔案物件)

程式範例 :
(原輸入的檔案)
https://ithelp.ithome.com.tw/upload/images/20191005/20120902w0TdyEzbL9.png
(更新後的檔案)
https://ithelp.ithome.com.tw/upload/images/20191005/20120902PlmmV0osyy.png
https://ithelp.ithome.com.tw/upload/images/20191005/20120902AducxILini.png


上一篇
Day15---Python文字檔案的讀取和儲存
下一篇
Day17---Python亂數模組
系列文
Python自主學習30
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言