好文分享 — Make Each Line Count, Keeping Things Simple in Python
覺得我們的內容實用嗎? MyApollo 電子報讀者募集中!歡迎訂閱電子報!
“Make Each Line Count, Keeping Things Simple in Python” 1 文紀錄 5 種代表你對 Python 不熟的寫法,雖然文章不長,但是對於 Python 新手而言相當受用!
摘要導讀一下,文章主要提 4 個重點:
- List Comprehensions 非常重要,一定要懂
- 學會
all()
,any()
搭配 List Comprehensions, 可以讓 Python 程式碼更簡潔 - Dictionary 的
get()
方法很實用 - 學會使用
set()
,Counter()
等資料結構,也同樣可以讓 Python 程式碼更簡潔之外,也讓我們開發更有效率
推薦剛學 Python 的同學可以花個 3 分鐘看一看。