this post was submitted on 06 Oct 2023
70 points (94.9% liked)

Python

6160 readers
3 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

📅 Events

October 2023

November 2023

PastJuly 2023

August 2023

September 2023

🐍 Python project:
💓 Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 10 months ago (1 children)

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

[–] [email protected] 3 points 10 months ago (1 children)

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.

[–] [email protected] 1 points 10 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.