- Mastering Python Design Patterns
- Sakis Kasampalis
- 119字
- 2021-08-06 19:21:40
Design patterns and Python
This book focuses on design patterns in Python. Python is different than most common programming languages used in popular design patterns books (usually Java [FFBS04] or C++ [GOF95]). It supports duck-typing, functions are first-class citizens, and some patterns (for instance, iterator and decorator) are built-in features. The intent of this book is to demonstrate the most fundamental design patterns, not all patterns that have been documented so far [j.mp/wikidpc]. The code examples focus on using idiomatic Python when applicable [j.mp/idiompyt]. If you are not familiar with the Zen of Python, it is a good idea to open the Python REPL right now and execute import this. The Zen of Python is both amusing and meaningful.
推薦閱讀
- Advanced Quantitative Finance with C++
- 深入淺出Java虛擬機:JVM原理與實戰
- PyTorch Artificial Intelligence Fundamentals
- Full-Stack React Projects
- Reactive Programming With Java 9
- Apex Design Patterns
- Mastering RStudio:Develop,Communicate,and Collaborate with R
- Spring Boot企業級項目開發實戰
- Swift細致入門與最佳實踐
- Learning Vaadin 7(Second Edition)
- 打開Go語言之門:入門、實戰與進階
- 大話Java:程序設計從入門到精通
- Python自然語言理解:自然語言理解系統開發與應用實戰
- 嵌入式Linux C語言程序設計基礎教程
- JavaScript Concurrency