6 points
What hardware drivers are written in Python? I would assume they’re bindings to drivers with a C interface.
2 points
Take a look at micropython, some drivers are writing in pure python, I’ve written a display driver previously
3 points
I assumed those were for hobbyists. I would be surprised if that was used in a major product given how many cycles you lose to python implementation.
1 point