Index
A
- abstract base classes, Python / Abstract base classes in Python
- abstract factory pattern
- about / Abstract factory pattern
- accessory store / Abstract factory scenario – An accessory store
- problem / Abstract factory – The problem
- design, rethinking / Abstract factory – Rethinking the design
- design, simplifying / Simplifying the design further
- Pythonic approach / Abstract factory solution – Pythonic approach
- adapter design pattern
- about / Adapter pattern
- Elf's distant cousin / Adapter scenario – Elf's distant cousin
- problem / Adapter – The problem
- attempted solution / Adapter – Attempted solution
- Pythonic approach / Adapter solution – Pythonic approach
- multiple adapter methods / Adapter – Multiple adapter methods
- advanced mathematical operations, NumPy arrays
- numpy.ndarray.tolist / numpy.ndarray.tolist
- numpy.reshape / numpy.reshape
- numpy.random / numpy.random
- numpy.dstack ...