- 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.
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- Unity 2020 By Example
- Flask Web全棧開發實戰
- Data Visualization with D3 4.x Cookbook(Second Edition)
- Docker技術入門與實戰(第3版)
- Visual Studio 2012 Cookbook
- Java高手真經(高級編程卷):Java Web高級開發技術
- 數據結構(Python語言描述)(第2版)
- Web Application Development with MEAN
- 快速念咒:MySQL入門指南與進階實戰
- Python機器學習基礎教程
- Python時間序列預測
- Corona SDK Mobile Game Development:Beginner's Guide(Second Edition)
- 編程菜鳥學Python數據分析
- C語言程序設計