- Python Unlocked
- Arun Tigeraniya
- 121字
- 2021-07-23 14:57:46
What this book covers
Chapter 1, Objects in Depth, discusses object properties, attributes, creation and how calling objects work.
Chapter 2, Namespaces and Classes, discusses namespaces, how imports work, class multiple inheritance, MRO, Abstract classes, and protocols.
Chapter 3, Functions and Utilities, teaches function definitions, decorators, and some utilities.
Chapter 4, Data Structures and Algorithms, discusses in-built, library, third party data structures and algorithms.
Chapter 5, Elegance with Design Patterns, covers many important design patterns.
Chapter 6, Test-Driven Development, discusses mock objects, parameterization, creating custom test runners, testing threaded applications, and running testcases in parallel.
Chapter 7, Optimization Techniques, covers optimization techniques, profiling, using fast libraries, and compiling C modules.
Chapter 8, Scaling Python, covers multithreading, multiprocessing, asynchronization, and scaling horizontally.
- 解構產品經理:互聯網產品策劃入門寶典
- Delphi程序設計基礎:教程、實驗、習題
- iOS 9 Game Development Essentials
- 新手學Visual C# 2008程序設計
- HTML5從入門到精通 (第2版)
- NoSQL數據庫原理
- Mastering AWS Security
- ASP.NET Web API Security Essentials
- Redmine Cookbook
- HTML5與CSS3權威指南
- AngularJS UI Development
- Clojure編程樂趣
- Learning iOS Penetration Testing
- 劍指大數據:企業級電商數據倉庫項目實戰(精華版)
- Learning Java Lambdas