HACKER Q&A
📣 webmobdev

Why didn't Python-Webkit take off like Electron or NW.js?


The Python Webkit DOM Bindings Project made python a full peer of javascript when it came to accessing and manipulating Webkit including HTML5 features. In essence, it could completely replace Javascript to help one build faster, more capable web applications using Python and HTML5.

With the limitations (and also the contempt that many programmers, including me, have for javascript) one would have thought that we would have seen a mushrooming of apps built with Python-Webkit. Rather the project seems dead now.

What went wrong with it?

(Python Webkit DOM Bindings - https://www.gnu.org/software/pythonwebkit/ ).


  👤 bnchrch Accepted Answer ✓
I imagine it’s because JavaScript has the lowest barrier of entry. Think tutorials, setup time, and where people generally start their journey into building websites and web apps.

Same thing for backend developers learning the front end the first time. Ecosystem and community matter for adoption