George King's personal website.
Muck is my current professional focus as a research fellow for the https://towcenter.org Tow Center for Digital Journalism at Columbia University.
Writeup is a prototype markup language, similar to Markdown but aspiring to a more rigorous syntax definition and a variety of features for project documentation. It is compatible with Muck.
Pithy is a small library of utilities for Python 3.6.
Pat is a prototype tool for patching data files (text, CSV, JSON, etc). It is intended as an auxiliary tool for Muck, but can be used independently as well.
An example of simple two-way interprocess communication using OS pipes in Python 3.