Is Electron a good choice for adding a front-end to my python programs?

Posted by Quiet_Isopod8373@reddit | learnprogramming | View on Reddit | 20 comments

Hi everyone! My main programming language is Python, and I've developed a lot of applications with it, but none with a visual interface. I’d like to start creating something with a GUI.

I learned about Electron from asking GPT as a modern way to build Windows applications, and it even gave me a Discord example. However, I’m not sure if Electron is the right framework to start with for visual interfaces. I also don’t know if it's practical to use Python alongside JavaScript and TypeScript in Electron. I only know the basics of JavaScript, and I’m not ready to commit to learning it in depth.

Would Electron be a good choice for this kind of project, or is there a better alternative for someone with my background?