• beautiful_boater [he/him, any]@hexbear.net
    link
    fedilink
    English
    arrow-up
    17
    ·
    1 year ago

    Well, TBF there is a lot of avenues to get locked into legacy software in python. I am still modifying and using Python2 code because the drivers and libraries for hardware are only available in python2 and the hardware developers wont spend the money and time to create Python3 libraries. So I am stuck using an airbridged, un-updated python2 environment until it gets to the point of updating/backwards engineering python3 drivers and libraries for all our hardware ourselves.

    • naonintendois
      link
      fedilink
      arrow-up
      10
      ·
      1 year ago

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

      • hosaka
        link
        fedilink
        arrow-up
        2
        ·
        1 year ago

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

        • naonintendois
          link
          fedilink
          arrow-up
          3
          ·
          1 year 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
            fedilink
            arrow-up
            1
            ·
            1 year 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.