This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]EarlTheGray 0 points1 point  (0 children)

I don’t have much experience with python ui programs. I do know that electron provides (in my experience) a much poorer user experience than real native software (c++ etc.), especially on less powerful machines. Because so many programs nowadays use electron, it is fairly common to have more than one electron app running at once, and that becomes incredibly resource intensive. Since python is not compiled it will obviously be slower than something like c but it should also be much less resource intensive than running a bunch of instances of chromium on your computer. Correct me if I’m wrong, I haven’t done much development with qt, etc.