|
|
|
|
|
by devxpy
2862 days ago
|
|
Alright, thanks. It's the internet, so have to make sure. Most of my stuff is closed source as well. Iot you say? I made a couple of stuff myself, mostly using the micropython stack or the raspberry pi. What do you generally work on? |
|
If you're interested in IoT (or embedded s/w in general), get away from MicroPython.
The primary characteristic of most embedded products is to be low-cost. When you're selling millions of products, cost counts. You can't waste cycles or resources on Python.
MicroPython is a toy for the 'makers'. Similarly the JS equivalents. No real high volume product would use those technologies.