ruffsl@programming.dev to Python@programming.devEnglish · 1 year agoPython developers won’t let go of Python 2www.infoworld.comexternal-linkmessage-square37fedilinkarrow-up159arrow-down14
arrow-up155arrow-down1external-linkPython developers won’t let go of Python 2www.infoworld.comruffsl@programming.dev to Python@programming.devEnglish · 1 year agomessage-square37fedilink
minus-squarenaonintendois@programming.devlinkfedilinkarrow-up8·1 year agoWhat hardware drivers are written in Python? I would assume they’re bindings to drivers with a C interface.
minus-squarebeautiful_boater [he/him, any]@hexbear.netlinkfedilinkEnglisharrow-up7·1 year agoI should have been more specific. Yes, it is a wrapper around a closed source blob.
minus-squarehosaka@programming.devlinkfedilinkarrow-up2·1 year agoTake a look at micropython, some drivers are writing in pure python, I’ve written a display driver previously
minus-squarenaonintendois@programming.devlinkfedilinkarrow-up2·1 year agoI 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.
minus-squarebeautiful_boater [he/him, any]@hexbear.netlinkfedilinkEnglisharrow-up1·1 year agodeleted by creator
What hardware drivers are written in Python? I would assume they’re bindings to drivers with a C interface.
I should have been more specific. Yes, it is a wrapper around a closed source blob.
Take a look at micropython, some drivers are writing in pure python, I’ve written a display driver previously
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.
deleted by creator