-
Book Overview & Buying
-
Table Of Contents
Clean Code in Python - Second Edition
By :
A
acceptance test 287
adapters 383
advanced coroutines 266
advanced decorators 165
docstrings, replacing 17
anti-patterns, for inheritance 100, 101, 102, 103
Application Programming Interface (API) 74
arguments
copying, to functions 107, 108
in functions 107
in methods 107
passing, to decorators 165, 166
variable number 109, 110, 111, 112, 113
artifacts
versions 376
assertions
asymptotic notation 56
asynchronous context managers 276, 277
asynchronous generators 280, 281
asynchronous iteration 278, 279, 280
asynchronous programming 273, 275
automatic checks
B
behavioral patterns 344
chain of responsibility 345...