Index
A
Abstract Base Classes (ABCs) 52
agent-based modeling (ABM) 154
aiohttp extension 60
Application Programming Interface (API) 9
asynchronous code
CPU usage, profiling 66
exceptions, handling 72-75
mistakes, detecting 67-72
asynchronous coroutines 49
asynchronous data pipelines 133
asynchronous programming 1-6
challenges 13
coroutines, using 44, 46
used, for stabilizing simulations 164-166
Asynchronous Server Gateway Interface (ASGI) 97
asyncio 49
module 44
package 54-59
using, to implement coroutines 50-52
asyncio.Future
reference link 106
asyncpg
reference link 121
awaitables 52, 53
B
Binder
reference link 152
C
C4 Model container
reference link 131
callbacks 12
Celery
reference link 99
Central Processing Units (CPUs) 7
Chroma
reference link 115
Clean Architecture theory
reference link 127
command line interface (CLI) 66...