how to

How to: Write and publish a Python module

Context At work, I'm working on a performance architecture to automatically spin up, execute, and spin down performance tests.  While a lot of the effort is done with off the shelf tools (more on those in a later blog post), there's still a bit of orchestration that's required to be done with custom code.  In… Continue reading How to: Write and publish a Python module