On Wed, Jan 13, 2021 at 3:18 AM Grant Edwards <grant.b.edwa...@gmail.com> wrote: > > On 2021-01-12, songbird <songb...@anthive.com> wrote: > > > it can be used for pretty much anything except perhaps > > high pressure real time things, but i bet someone else will > > know that is being done too, i've just not heard of it. :) > > AFAIK, Python can't be used to write device drivers for any popular OS > (Linux, Unix, Windows, OSX). It also can't be used on small embedded > systems (real-time or not). >
Depends how small. An RPi has a full Linux system and can easily run Python scripts; and the pyboard runs a dedicated Python interpreter called MicroPython, broadly compatible with CPython 3.5, I think (some 3.x version, anyhow), albeit with a cut-down standard library. The pyboard is pretty tiny; according to the micropython.org blurb, it has 192KB RAM. ChrisA -- https://mail.python.org/mailman/listinfo/python-list