[Tutor] origins bootstrapped.

David Rock david at graniteweb.com
Wed Nov 21 21:00:40 EST 2018


> On Nov 21, 2018, at 10:31, Avi Gross <avigross at verizon.net> wrote:
> 
> Is there room for a smaller core
> language that remains good for teaching purposes and that is small enough to
> fit in a Rasberry pi, while other versions are of industrial strength? Do we
> already sort of have some of that?

What comes stock on a Pi is more than sufficient (there’s plenty of room for “standard” python 2 and python 3).

Micropython (https://micropython.org/) fits that category nicely for micro controllers and Adafruit’s version of it, CircuitPython has a strong following https://www.adafruit.com/circuitpython

These have been great to allow people learn not only python, but how to physically interact with the world outside the computer.


— 
David Rock
david at graniteweb.com






More information about the Tutor mailing list