Mastering Object-Oriented Python - Second Edition
暫譯: 精通物件導向Python - 第二版
Lott, Steven F.
- 出版商: Packt Publishing
- 出版日期: 2019-06-14
- 售價: $1,890
- 貴賓價: 9.5 折 $1,796
- 語言: 英文
- 頁數: 770
- 裝訂: Quality Paper - also called trade paper
- ISBN: 1789531365
- ISBN-13: 9781789531367
-
相關分類:
Python、程式語言、Object-oriented
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
$780$616 -
$500$395 -
$420$328 -
$380$300 -
$210$200 -
$163給孩子的人工智能圖解
-
$450$356 -
$330$297 -
$281Azure 機器學習
-
$1,470Effective Python: 90 Specific Ways to Write Better Python, 2/e (Paperback)
-
$380$300 -
$450$356
商品描述
Learn |
|
---|---|
About |
Object-oriented programming (OOP) is a relatively complex discipline to master, and it can be difficult to see how general principles apply to each language's unique features. With the help of the latest edition of Mastering Objected-Oriented Python, you'll be shown how to effectively implement OOP in Python, and even explore Python 3.x.
Complete with practical examples, the book guides you through the advanced concepts of OOP in Python, and demonstrates how you can apply them to solve complex problems in OOP. You will learn how to create high-quality Python programs by exploring design alternatives and determining which design offers the best performance. Next, you'll work through special methods for handling simple object conversions and also learn about hashing and comparison of objects. As you cover later chapters, you'll discover how essential it is to locate the best algorithms and optimal data structures for developing robust solutions to programming problems with minimal computer processing. Finally, the book will assist you in leveraging various Python features by implementing object-oriented designs in your programs.
By the end of this book, you will have learned a number of alternate approaches with different attributes to confidently solve programming problems in Python. |
Features |
|
商品描述(中文翻譯)
更多資訊
學習內容
- 探索 __init__() 方法的各種設計模式
- 學習使用 Flask 建立 RESTful 網路服務
- 了解 SOLID 設計模式和原則
- 使用 Python 3 的抽象基類功能
- 為自己的應用程式創建類別
- 使用 pytest 和 fixtures 設計可測試的程式碼
- 理解如何設計利用 'with' 語句的上下文管理器
- 使用標準庫和設計技術創建一種新的集合類型
- 開發超越內建數字類別的新數字類型
關於本書
物件導向程式設計(OOP)是一個相對複雜的學科,掌握起來可能會很困難,因為很難看出一般原則如何應用於每種語言的獨特特性。在《精通物件導向 Python》的最新版本中,您將學會如何在 Python 中有效地實現 OOP,甚至探索 Python 3.x。
本書配有實用範例,指導您深入了解 Python 中 OOP 的進階概念,並展示如何應用這些概念來解決 OOP 中的複雜問題。您將學習如何通過探索設計替代方案來創建高品質的 Python 程式,並確定哪種設計提供最佳性能。接下來,您將學習處理簡單物件轉換的特殊方法,並了解物件的哈希和比較。隨著後面章節的進展,您將發現找到最佳演算法和最佳資料結構對於開發穩健的解決方案以最小化計算機處理是多麼重要。最後,本書將幫助您通過在程式中實現物件導向設計來利用各種 Python 功能。
在本書結束時,您將學會多種具有不同屬性的替代方法,以自信地解決 Python 中的程式問題。
特色
- 擴展核心 OOP 技術,以增加使用 Python 創建的類別的整合性
- 探索各種 Python 函式庫以處理持久性和物件序列化
- 學習針對不同屬性解決程式問題的替代方法,以應對您的問題領域