- 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.
- C++面向?qū)ο蟪绦蛟O(shè)計(jì)(第三版)
- 程序員修煉之道:程序設(shè)計(jì)入門30講
- Java Web開發(fā)學(xué)習(xí)手冊(cè)
- 案例式C語言程序設(shè)計(jì)
- Getting Started with ResearchKit
- C/C++常用算法手冊(cè)(第3版)
- Python神經(jīng)網(wǎng)絡(luò)項(xiàng)目實(shí)戰(zhàn)
- HTML5+CSS3網(wǎng)站設(shè)計(jì)教程
- Learning AndEngine
- 劍指大數(shù)據(jù):企業(yè)級(jí)數(shù)據(jù)倉庫項(xiàng)目實(shí)戰(zhàn)(在線教育版)
- 深度實(shí)踐KVM:核心技術(shù)、管理運(yùn)維、性能優(yōu)化與項(xiàng)目實(shí)施
- 原型設(shè)計(jì):打造成功產(chǎn)品的實(shí)用方法及實(shí)踐
- JavaScript Concurrency
- Java程序設(shè)計(jì)及應(yīng)用開發(fā)
- 軟件開發(fā)中的決策:權(quán)衡與取舍