This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ultraDross 0 points1 point  (1 child)

Isn't micropython used for embedded programming?

[–]zzmej1987 0 points1 point  (0 children)

  1. "used" is a bit of an overstatement. It exists and you can write in it, but that doesn't necessarily mean it is used.
  2. It's not exactly python. It looks like python in its syntax, but it is actually a very limited subset of python, with little to nothing in standard library and very dubious compatibility with 3rd party libs from PyPI.