To my understanding there are three types of Python for the micro:bit
Can somebody explain the differences? Is it pre-compiled vs interpreted? Do the two MicroPython ports have the same functionality? How about REPL and Raw REPL support? Can we have a feature and compatibility comparison table?
Thanks 🙏
To my understanding there are three types of Python for the micro:bit
MakeCode Python (makecode.microbit.org) based on the MakeCode blocks
"default" MicroPython (python.microbit.org)
Official MicroPython Port (https://github.com/microbit-foundation/micropython-microbit-v2/releases)
Can somebody explain the differences? Is it pre-compiled vs interpreted? Do the two MicroPython ports have the same functionality? How about REPL and Raw REPL support? Can we have a feature and compatibility comparison table?
Thanks 🙏