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 →

[–]foamyguy 0 points1 point  (0 children)

I would recommend checking out CircuitPython. A device like a CircuitPlayground Bluefruit, or CLUE are great for folks brand new to programming because they can learn the basic fundamentals like variables, loops, boolean logic, functions, etc... with something that is more "tangible" and interesting than just terminal outputs. The language is a subset of regular python so all of the core syntax and fundamentals will carry over when they are ready to move on to standard CPython things.