Comment Re: Why? (Score 1) 42
Indeed. I built a Raspberry Pi Pico based controller for some flashing LEDs on my drone. It has red and blue LEDs and I wanted them to flash with the cycle of three short flashes then a pause; alternately the red LEDs then the blue LEDS. Took barely a minute to code that in python and dump it onto the board. In such cases it doesn't matter that the language is interpreted because the task is not demanding of the hardware.
The "Police Drone" still flies to this day!