Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 1582

Python • Re: can MicroPython code be easily converted to Python?

$
0
0
It depends on what the code is doing;. General logic & arithmetic operations will be OK, but the MicroPython code may access peripherals that don't exist on a Pi 3, or are only accessible via device-drivers, that present a very different programming interface.

Also the timing will be different, as MicroPython generally monopolises the CPU, while the Python code will be running in a multi-tasking environment.

Statistics: Posted by jayben — Sun Jan 04, 2026 2:18 pm



Viewing all articles
Browse latest Browse all 1582

Trending Articles