Click here to Skip to main content
15,883,705 members
Articles / Web Development / Flask

Connecting Python 3 and Electron/Node.JS: Building Modern Desktop Apps

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
28 Apr 2020CPOL5 min read 7.8K   6  
Possible ways that you can use to connect or integrate Python with Node.js and Electron with simple examples
In this post, we’ll introduce Electron for Python developers, a great tool if you want to build GUIs for your Python apps with modern web technologies based on HTML, CSS and JavaScript. We’ll also see different ways to connect Python and Electron such as child_process, python-shell and an HTTP (Flask) server.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions