Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
8 votes
3 answers
27k views

Browser-based GUI for a python application [closed]

I want to create a web/browser-based GUI for a command-line python application. The goal is to make use of HTML/JS technologies to create this GUI. As the application itself, it needs to run on Linux ...
ack__'s user avatar
  • 189
17 votes
7 answers
9k views

Would Python be too slow for client-side use in Browsers?

I've heard the statement that Python would be too slow to be of any use in browsers. I reckon Javascript is only superior in this aspect because of companies like Google who need it fast (and made it ...
Profpatsch's user avatar