| Python | 資料類別 | 程式人 | 林信良 | 程式學習
Python資料類別方案
namedtuple的本質上還是tuple,在Python 3.7以後建議透過dataclasses模組;若有進階或版本相容需求,可以選擇attrs等第三方程式庫
2020-10-15