016第十章 FILES AND EXCEPTIONS
💛20230116 晨讀感言:
💔原以為只是個別的將資料存入files,和學習避免程式crash 的 Exception Block,沒想到 這兩者 還必需 結合 在一起,才能 讓 data 從 files 中 提取 或 儲存 的過程中 避免 files 開啟 錯誤 而導致 程式 crash。
💔遇到了 我超有興趣的 json.dump() and json.load() 這兩個方法,不知道和我所知的 JSON 運用,有什麼差別。
💔至此,我想寫個 猜數字遊戲(幾A幾B)所需運用 的 function 和 method 也都 具備了。
💛晨讀摘要:
💚Now that you’ve mastered the basic skills you need to write organized programs that are easy to use, it’s time to think about making your programs even more relevant and usable. In this chapter you’ll learn to work with files so your programs can quickly analyze lots of data.
from:《python crash course》