學習如何使用 Python 編寫高效能的程式碼並創造高效能的應用程式。
從這 5.5 小時的課程,你會學到
✅ 學習切片( slicing )、索引( indexing )和字串( string )方法
✅ 學習字典( dictionary )操作和方法
✅ 讓你的程式更健壯
✅ 在 NumPy、Cython 和 Pandas 中編寫高效的數字代碼
✅ 通過參數和返回值發現變數的作用域和函數
✅ 熟悉 python 類型及其運算符
✅ 探索集合( collections )、類( class )和物件等高級概念
https://softnshare.com/writinghigh-performance-python/
python切片 在 理解Python切片 - 书栈网 的推薦與評價
理解Python切片打发无聊时间翻译的Stack Overflow关于Python的部分,一来是为了学习Python,二来是为了学习英语,就这样. ... <看更多>
python切片 在 Python 字串切片 的推薦與評價
本篇ShengYu 介紹Python 字串切片,Python 中有序序列都支援切片slice,例如:list 串列, str 字串, tuple 元組,這篇介紹Pyhton 的字串切片str slice ... ... <看更多>