- 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.
- Instant Node Package Manager
- Oracle從入門到精通(第3版)
- Instant Testing with CasperJS
- PyTorch自動駕駛視覺感知算法實戰
- 認識編程:以Python語言講透編程的本質
- Software Testing using Visual Studio 2012
- Python Deep Learning
- MATLAB實用教程
- Unreal Engine 4 Shaders and Effects Cookbook
- PHP 7+MySQL 8動態網站開發從入門到精通(視頻教學版)
- Mastering Akka
- Java7程序設計入門經典
- Mastering Gephi Network Visualization
- Mastering VMware Horizon 7(Second Edition)
- Scratch從入門到精通