Conversation
Notices
-
Hallå Kitteh (clacke@social.heldscal.la)'s status on Sunday, 05-Nov-2017 04:42:33 UTC Hallå Kitteh Kick-Ass PyConHK tee: acquired https://social.heldscal.la/attachment/917931 -
Hallå Kitteh (clacke@social.heldscal.la)'s status on Sunday, 05-Nov-2017 06:00:43 UTC Hallå Kitteh #pyconhk
micropython and iot https://social.heldscal.la/attachment/918005 -
Hallå Kitteh (clacke@social.heldscal.la)'s status on Sunday, 05-Nov-2017 06:07:18 UTC Hallå Kitteh http://micropython.org
http://micropython.hk
The #PyBoard costs < 200 HKD. -
Hallå Kitteh (clacke@social.heldscal.la)'s status on Sunday, 05-Nov-2017 06:14:58 UTC Hallå Kitteh REPL and board simulator
http://micropython.org/unicorn/ -
Hallå Kitteh (clacke@social.heldscal.la)'s status on Sunday, 05-Nov-2017 06:36:29 UTC Hallå Kitteh 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. -
Hallå Kitteh (clacke@social.heldscal.la)'s status on Sunday, 05-Nov-2017 06:45:36 UTC Hallå Kitteh 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 . -
Hallå Kitteh (clacke@social.heldscal.la)'s status on Sunday, 05-Nov-2017 06:54:32 UTC Hallå Kitteh #pyconhk python + awk
https://github.com/pavlov99/presentations/blob/master/2017-11-05-pycon/README.md -
Hallå Kitteh (clacke@social.heldscal.la)'s status on Sunday, 05-Nov-2017 07:09:04 UTC Hallå Kitteh http://tabtools.readthedocs.io/
Make SQL-ish queries on tab-seperated-values files on the command line.
!python -
Hallå Kitteh (clacke@social.heldscal.la)'s status on Sunday, 05-Nov-2017 07:13:00 UTC Hallå Kitteh It's actually a wrapper around awk -- it generates an awk program and runs that on the data. -
Hallå Kitteh (clacke@social.heldscal.la)'s status on Sunday, 05-Nov-2017 07:29:33 UTC Hallå Kitteh @awg Yeah. Apart from performance, another reason is probably that he made each tool stand-alone and wanted them to be small.
No external deps apart from python and awk, so you can just copy the tool you need onto whatever machine your data is on and do some guerilla data processing.
Some python deps like six were simply copied into the tools, the parts that were needed.
tpretty looks like a thing I'm likely to start using -- just make a neat ASCII line border table around your tsv data. And ttail is tail, but retains the column headers. -
Hallå Kitteh (clacke@social.heldscal.la)'s status on Sunday, 05-Nov-2017 07:30:39 UTC Hallå Kitteh @awg I need to find an excuse to make use of python's built-in !tcltk interpreter and present something next year. :-D -
Hallå Kitteh (clacke@social.heldscal.la)'s status on Sunday, 05-Nov-2017 08:14:48 UTC Hallå Kitteh @awg I conveyed my same sentiment.
https://twitter.com/clacke/status/927078642974257152
-