變數、函數和函數式程式設計、閉包 ( Closures )、裝飾器 ( Decorators )、模組和套件
從這 44.5 小時的課程,你會學到
1. 深入了解變數( variables )、記憶體( memory )、命名空間( namespaces )和範籌( scopes )
2. 深入研究 Python 的記憶體管理和優化
3. 深入理解和使用 Python 的數值資料類型(布林、整數、浮點數,小數點,分數,複數)
4. 高級布林( Boolean )表達式和運算符
5. 可呼叫函數的進階用法,包括函數、 lambdas 和閉包( closures )
6. 函數式程式設計技術,如 map 、 reduce、filter 和 partials
7. 創建進階的裝飾器,包括參數化裝飾器、類( class )裝飾器和裝飾器類( classes )
8. 進階裝飾器應用程 式,如記憶( memorization )和單一派遣通用函數(single dispatch generic functions )
9. 使用和理解 Python 的複雜模組和套件系統( package system )
10. 慣用 Python 和最佳實踐
11. 理解 Python 的編譯時間和運行時間,以及它如何影響你的程式碼
12. 避免常見的陷阱
✍ 更多 Python 線上課程介紹請參考 http://bit.ly/2rm7qRR
https://softnshare.com/2018/05/04/python-3-deep-dive-part-1/
closures python 在 Understanding Python's closures - gists · GitHub 的推薦與評價
Understanding Python's closures. ... in the property __closure__ of a function ... Python creates a *local variable*, but not modifies. # the closured one. ... <看更多>
closures python 在 Why aren't python nested functions called closures? - Stack ... 的推薦與評價
... <看更多>
相關內容