往googler的路上day30
Mar 6, 2021
關於愛,生活,與學習這本書的名言
我不信有人能教人任何事
我對教學產生疑問
我只知道當一個人願意學時,
他會學得很好.....
這句話大概是本日最讓我受啟發的一句話了
這學ㄉㄧㄚˇ
本日學習神奇金句
神奇的ㄙㄟ物件 pass # 可以寫下註解標是等等要幹嘛
明天要學習改pycharm 顏色 (想到就覺得興奮)
明日補上物件導向, debugging 筆記
Orientated Object Programming
關於基礎的Class
關於基礎的inheritance(繼承)
# use “super().__init__” represents the object of parents
#幫助你做了一樣的事情
關於 @classmethod and @staticmethod and Class attribute
兩者共通點:
@classmethod, @staticmethod都不需要定義新的物件
classmethod: 需傳入cls參數,因為你將改變cls本身定義的Class attribute
staticmethod: 不會改變cls,他只會是class的一個funcion,且可以直接使用
Nice !昨天的進度完成了,目前倒數298天!各方面都要再努力!