# Micropython // 2022-09-19 Just went through my drawers full of SBCs, random cables, PSUs, SD cards, etc etc... and found a long-forgotten micro:bit[1]. Apparently it's pretty easy to write code for it in python, thanks to micropython[2], and there's even a tool called uflash[3] that can be used to "flash" the script to a micro:bit board, if one prefers to use vim, as opposed to the official micro:bit python editor[4]. [1]: https://microbit.org/ [2]: https://microbit-micropython.readthedocs.io/en/v2-docs/ [3]: https://uflash.readthedocs.io/en/latest/ [4]: https://python.microbit.org/v/2