- Python 3 Object:oriented Programming(Second Edition)
- Dusty Phillips
- 123字
- 2021-07-16 20:44:26
Preface
This book introduces the terminology of the object-oriented paradigm. It focuses on object-oriented design with step-by-step examples. It guides us from simple inheritance, one of the most useful tools in the object-oriented programmer's toolbox through exception handling to design patterns, an object-oriented way of looking at object-oriented concepts.
Along the way, we'll learn to integrate the object-oriented and not-so-object-oriented aspects of the Python programming language. We will learn the complexities of string and file manipulation, emphasizing (as Python 3 does) the difference between binary and textual data.
We'll then cover the joys of unit testing, using not one, but two unit testing frameworks. Finally, we'll explore, through Python's various concurrency paradigms, how to make objects work well together at the same time.
- Android和PHP開發最佳實踐(第2版)
- JavaScript+jQuery網頁特效設計任務驅動教程(第2版)
- Java EE框架整合開發入門到實戰:Spring+Spring MVC+MyBatis(微課版)
- Hands-On Data Structures and Algorithms with JavaScript
- 零基礎學Java(第4版)
- 零基礎學Java程序設計
- OpenCV 4計算機視覺項目實戰(原書第2版)
- Node Cookbook(Second Edition)
- 從Power BI到Analysis Services:企業級數據分析實戰
- Python硬件編程實戰
- MySQL數據庫應用實戰教程(慕課版)
- MongoDB Administrator’s Guide
- 基于MATLAB的控制系統仿真及應用
- 零基礎PHP從入門到精通
- Spring Microservices