- 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.
- Mobile Application Development:JavaScript Frameworks
- 少年輕松趣編程:用Scratch創(chuàng)作自己的小游戲
- 區(qū)塊鏈:以太坊DApp開發(fā)實(shí)戰(zhàn)
- 征服RIA
- 零基礎(chǔ)學(xué)Python數(shù)據(jù)分析(升級版)
- 正則表達(dá)式經(jīng)典實(shí)例(第2版)
- Building a Quadcopter with Arduino
- Responsive Web Design by Example
- Swift細(xì)致入門與最佳實(shí)踐
- Python大學(xué)實(shí)用教程
- Xamarin Blueprints
- jQuery技術(shù)內(nèi)幕:深入解析jQuery架構(gòu)設(shè)計(jì)與實(shí)現(xiàn)原理
- SAP Web Dynpro for ABAP開發(fā)技術(shù)詳解:基礎(chǔ)應(yīng)用
- 實(shí)戰(zhàn)Python網(wǎng)絡(luò)爬蟲
- Node.js應(yīng)用開發(fā)