Hacker News new | ask | show | jobs
by M5x7wI3CmbEem10 1964 days ago
any add-ons that you’d recommend? or other stuff for kids playing with Python?

maybe an arduino board plus a raspberry pi?

1 comments

Depends on the level of abstraction you and your kid are willing to get into.

Arduino's are lower-level C/C++ which may be a little more complex than CP, but have much broader library support (better intro to EE/embedded).

RPis are much higher level which could be programmed in any language (better intro to CS/Linux).

for kids, so ideally not as low as C++