• @naonintendois
    link
    109 months ago

    What hardware drivers are written in Python? I would assume they’re bindings to drivers with a C interface.

    • @hosaka
      link
      29 months ago

      Take a look at micropython, some drivers are writing in pure python, I’ve written a display driver previously

      • @naonintendois
        link
        39 months ago

        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.

        • @hosaka
          link
          19 months ago

          Yeah you’re totally right. Nonetheless the use case has it’s place. People buy and use hobbyist hardware, and this is a market on its own.