Graham Dumpleton Is Writing a Wrapture Tutorial Almost Every Day
Graham Dumpleton has been publishing near-daily tutorials for wrapture, his Python function-wrapping library, since its August 31st release, expanding beyond the original announcement.
What it is
A running series of tutorial posts covering wrapture, the Python monkey-patching library by wrapt author Graham Dumpleton, building on the wrapture entry covered here previously.
What it does
Each new post walks through a different practical use of wrapping functions and methods for tracing calls or substituting test doubles, expanding on the single-decorator pattern from the initial release.
Why it matters
Simon Willison flags it as underhyped relative to how useful it looks, so the growing tutorial backlog is worth a look before it gets buried under later posts.