▲ | daemonologist 9 hours ago | |||||||||||||
The advantage of micropython is that you don't have to deal with all the poorly maintained toolchains and UART and flashing and whatnot; for a novice working on their own, that stuff is a nearly insurmountable barrier. That the syntax is Python doesn't make a whole lot of difference. I agree though, probably shouldn't be the first choice for a professional application. | ||||||||||||||
▲ | askvictor 7 hours ago | parent | next [-] | |||||||||||||
It's actually a great first choice for a professional application, in that you can get a prototype up and running much faster than a native SDK, iterate quickly, and try things out on a repl. In fact, it's used in industrial settings, including in medical devices and energy distribution. | ||||||||||||||
▲ | 01HNNWZ0MV43FF 9 hours ago | parent | prev [-] | |||||||||||||
MicroPython's a bytecode interpreter so, other than the existing Python ecosystem being a huge boon (popularity being a form of strength), you could get many of the same benefits and more from wasm | ||||||||||||||
|