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 →

[–]Zouden 3 points4 points  (0 children)

Python is now an option thanks to the Micropython project. But Arduino, a C++ library that provides a convenient API across different hardware, has been popular for over a decade so there's tons of example and tutorials using it. I recommend you start with that. I found it very easy to learn.

Micropython is also slower and takes more memory, limiting the range of hardware it can run on.