In part 3 of 8, we add graceful shutdowns for when we terminate our `asyncio`-based chaos monkey-like service, Mayhem Mandrill.| roguelynn
Ever since I got involved with open-source Python projects, tox has been vital for testing packages across Python versions (and other factors). However, lately, I’ve been increasingly using Nox for my projects instead. Since I’ve been asked why repeatedly, I’ll sum up my thoughts.| Hynek Schlawack
The DevOps movement gave us many ways to put Python applications into production. But how can you practically structure and configure your applications to make them indifferent to the environment they run in? How do secrets fit into the picture? And where do you put that log file?| Hynek Schlawack