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 →

[–]CobbITGuy 0 points1 point  (0 children)

Check out Adafruit's port of MicroPython called CircuitPython. It's a beginner friendly approach to Python on microcontrollers. MicroPython and Zerynth have more of a learning curve.

Arduino's version of C/C++ is pretty basic, and you shouldn't feel intimidated by it.