I hope the Raspberry Pi community really switches to Python3 soon. I've looked at the PiStorms stuff MindSensors (Lego Mindstorms compatible). Unfortunately it all seems to be just Python2 based. Looking at all the code it seems you're always basically running your own event loop (infinite while True: loop). I think it'd be really awesome to utilize Python 3's asyncio package to write more event driven programs. Writ…
"asks" implements a requests-like interface over asyncio/trio.