快轉到主要內容
每日拍拍

每日拍拍

Daily Py Py 給你拍拍。

科學家。
喜歡關注新的科技和軟硬體發展。
在這裡帶給大家一些程式設計的知識和小技巧,以及一些科技新知。
座右銘是「終身學習、終身玩耍」。

最近的文章

Rust Collections vs Python:Vec 和 HashMap 的生存指南
·7 分鐘· loading · loading
Rust Python Collections Vec Hashmap
Python Generators/Yield 完全攻略:惰性運算的藝術
·7 分鐘· loading · loading
Python Generator Yield Lazy Evaluation Iterator
Rust 生命週期(Lifetime)入門:編譯器教你管記憶體
·8 分鐘· loading · loading
Rust Lifetime Borrowing Memory-Safety Python
Rust Ownership & Borrowing:跟 Python GC 說再見
·8 分鐘· loading · loading
Rust Ownership Borrowing Python 記憶體管理
Python match/case:結構化模式匹配完全攻略
·6 分鐘· loading · loading
Python Match Pattern-Matching Python 3.10
Python enum:打造型別安全的常數管理
·5 分鐘· loading · loading
Python Enum 型別安全 設計模式