this post was submitted on 18 Nov 2024
76 points (72.4% liked)
Memes
45680 readers
1246 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
I'm happy if it's actually running in python and not a javascript app with electron.
Idk, it's rare for an electron app to literally not even run. Meanwhile I'm yet to encounter a python app that doesn't require me to Google what specific environment the developer had and recreate it.
I think with pyenv and pipenv/UV you can create pretty reliable packaging. But it's not as common as electron, so it's a pain.
That's fair.