(no title)
liamwestray | 3 years ago
You nailed it.
I suspect MicroPython is going to do the same thing to Arduino/C as Python just did here in Academia as well.
liamwestray | 3 years ago
You nailed it.
I suspect MicroPython is going to do the same thing to Arduino/C as Python just did here in Academia as well.
rleigh|3 years ago
I certainly think that MicroPython serves a niche, primarily very simple hobbyist/educational roles. However, I do not regard it as suitable for anything beyond this. It's the wrong tool for the job, and if you want a scripting language for low-latency low-overhead use, there are smaller and more efficient languages which fit better into an embedded role.
liamwestray|3 years ago
Bioscience / environmental science programs will find micropython good enough for their needs. The tool itself is just the means to the end if real science. Micropython let’s you deploy in lower power applications without having to learn much beyond what you already know from Jupyter notebooks.
I really don’t know any PhD students or post-docs in microbiology/environmental sciences who have the time to learn embedded C or similar languages.