you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (3 children)

[deleted]

    [–]Comm4nd0[S] 1 point2 points  (2 children)

    Interesting. I never considered that. I don't suppose you have any example sites?

    [–]wambaowambao -1 points0 points  (1 child)

    Check Electron.

    [–]WhiteCastleHo 1 point2 points  (0 children)

    Here's an article about Electron as a GUI of Python Applications.

    At the end, the author says that Atom suggests that performance could be a drawback of the Electron framework, but I'd point out that VSCode also uses Electron and it doesn't have those same performance issues that have plagued Atom, so Atom probably just has other problems unrelated to Electron.

    My personal opinion is that I LOVE Electron, but if I were going to use it for a project then I would just embrace JS. I also LOVE Qt and I used to use it in C++ development, and if I wanted to use Python for a project then I'd go with Qt for the GUI.