Kick-Ass PyConHK tee: acquired https://social.heldscal.la/attachment/917931
MicroPython - Python for microcontrollers

MicroPython is a lean and efficient implementation of the Python 3 programming language that includes a small subset of the Python standard library and is optimised to run on microcontrollers and in constrained environments.

REPL and board simulator

http://micropython.org/unicorn/
MicroPython on Unicorn

It's a bit unclear and I didn't ask follow-up questions, but there's an educational kit for 200 HKD which I believe includes several different devices that all run micropython and come with a convenient plastic box with compartments -- one device with WiFi, one that can flash LEDs, etc.
Hmm, that story doesn't really match what I'm seeing at store.micropython.org or http://www.sunontechnology.com/micropython/product/showproduct.php?id=22 .
MicroPython - Python for microcontrollers

MicroPython is a lean and efficient implementation of the Python 3 programming language that includes a small subset of the Python standard library and is optimised to run on microcontrollers and in constrained environments.

pavlov99/presentations

A set of personal public presentations and conference talks

http://tabtools.readthedocs.io/

Make SQL-ish queries on tab-seperated-values files on the command line.

!python
Welcome to tabtools’s documentation! — tabtools 0.5.4 documentation

It's actually a wrapper around awk -- it generates an awk program and runs that on the data.