Tweet

Replying to @WorldMerge

It depends what you’re doing. In Arduino you can get closer to bare metal, but CircuitPython is very easy to code in; the iteration cycle is just super fast because you save your code and it’s immediately running on the device. No pip, but you can use a lot of normal Python code.

(original)