實戰 Python 設計模式:可復用面向對象軟件開發實踐
薛衛國,薛衛民
- 出版商: 電子工業
- 出版日期: 2020-03-01
- 售價: $354
- 語言: 簡體中文
- ISBN: 7121379597
- ISBN-13: 9787121379598
- 
    相關分類:
    
      Design Pattern 
 
已絕版
買這商品的人也買了...
- 
                
                   活學活用 LTspice 電路設計 (精益設計) 活學活用 LTspice 電路設計 (精益設計)$330$314
- 
                
                   重構與模式 (Refactoring to Patterns) 重構與模式 (Refactoring to Patterns)$474$450
- 
                
                   Android 源碼設計模式解析與實戰, 2/e (Android source design patterns analysis & practice) Android 源碼設計模式解析與實戰, 2/e (Android source design patterns analysis & practice)$594$564
- 
                
                   $199Python 設計模式, 2/e (Learning Python Design Patterns, 2/e) $199Python 設計模式, 2/e (Learning Python Design Patterns, 2/e)
- 
                
                   $454Python 高級編程, 2/e (Expert Python programming) $454Python 高級編程, 2/e (Expert Python programming)
- 
                
                   $352MATLAB 面向對象編程 : 從入門到設計模式, 2/e $352MATLAB 面向對象編程 : 從入門到設計模式, 2/e
- 
                
                   $297Python 3 面向對象編程, 2/e $297Python 3 面向對象編程, 2/e
- 
                
                   $275內容算法:把內容變成價值的效率系統 $275內容算法:把內容變成價值的效率系統
- 
                
                   Python 設計模式 Python 設計模式$650$514
- 
                
                   $250精通 Python 設計模式, 2/e (Mastering Python Design Patterns : A guide to creating smart, efficient and reusable software, 2/e) $250精通 Python 設計模式, 2/e (Mastering Python Design Patterns : A guide to creating smart, efficient and reusable software, 2/e)
- 
                
                   $352深度學習訓練營 21天實戰 TensorFlow+Keras+scikit-learn $352深度學習訓練營 21天實戰 TensorFlow+Keras+scikit-learn
- 
                
                   $269Python編程基礎(視頻講解版) $269Python編程基礎(視頻講解版)
- 
                
                   架構模式|使用 Python (Architecture Patterns with Python: Enabling Test-Driven Development, Domain-Driven Design, and Event-Driven Microservices) 架構模式|使用 Python (Architecture Patterns with Python: Enabling Test-Driven Development, Domain-Driven Design, and Event-Driven Microservices)$680$537
- 
                
                   Python 非同步設計|使用 Asyncio (Using Asyncio in Python ) Python 非同步設計|使用 Asyncio (Using Asyncio in Python )$480$379
- 
                
                   Python 機器學習 (上), 3/e (Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow, 3/e) Python 機器學習 (上), 3/e (Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow, 3/e)$620$484
- 
                
                   Python 機器學習 (下), 3/e (Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow, 3/e) Python 機器學習 (下), 3/e (Python Machine Learning: Machine Learning and Deep Learning with Python, scikit-learn, and TensorFlow, 3/e)$520$406
- 
                
                   $403Android 設計模式與最佳實踐 (Android Design Patterns and Best Practices) $403Android 設計模式與最佳實踐 (Android Design Patterns and Best Practices)
- 
                
                   $474分析模式:可復用的對象模型 $474分析模式:可復用的對象模型
- 
                
                   $352Python 最優化算法實戰 $352Python 最優化算法實戰
- 
                
                   Effective Python 中文版|寫出良好 Python 程式的 90個具體做法, 2/e (Effective Python: 90 Specific Ways to Write Better Python, 2/e) Effective Python 中文版|寫出良好 Python 程式的 90個具體做法, 2/e (Effective Python: 90 Specific Ways to Write Better Python, 2/e)$580$493
- 
                
                   大師養成起手式:從核心真正了解 Linux 運作原理 大師養成起手式:從核心真正了解 Linux 運作原理$880$695
- 
                
                   最優化導論, 4/e (An Introduction to Optimization, 4/e) 最優化導論, 4/e (An Introduction to Optimization, 4/e)$534$507
- 
                
                   圖說演算法 -- 使用 Python, 2/e 圖說演算法 -- 使用 Python, 2/e$500$390
- 
                
                   立創 EDA (專業版) 電路設計與製作快速入門 立創 EDA (專業版) 電路設計與製作快速入門$294$279
- 
                
                   現代軟件工程:如何高效構建軟件 現代軟件工程:如何高效構建軟件$479$455
商品描述
作為可復用面向對象軟件開發的基礎,設計模式集合了很多軟件開發領域專家的寶貴經驗和良好實踐,其重要性不言而喻。但是,學習設計模式的過程並不是一帆風順的,對於缺乏面向對象開發經驗的設計者尤其如此。就像在游泳池中不能學會海戰一樣,我們不應該指望理解幾個似是而非的例子就可以在實際開發中靈活運用設計模式。學習設計模式最好的方式就是在實際的開發中邊學邊練邊體會。本書利用Python 的標準GUI 工具包tkinter,通過可執行的示例對23 個設計模式逐個進行說明。這樣一方面可以使讀者瞭解真實的軟件開發工作中每個設計模式的運用場景和想要解決的問題;另一方面通過對這些問題的解決過程進行說明,讓讀者明白在編寫代碼時如何判斷使用設計模式的利弊,並合理運用設計模式。對設計模式感興趣而且希望隨學隨用的讀者通過本書可以快速跨越從理解到運用的門檻;希望學習Python GUI 編程的讀者可以將本書中的示例作為設計和開發的參考;使用Python 語言進行圖像分析、數據處理工作的讀者可以直接以本書中的示例為基礎,迅速構建自己的系統架構。

 
     
    
 
     
     
     
     
     
     
    
