Displaying pyqtgraph and pyqt widgets on the web

Is there a way to take an existing python application pyqtgraph and pyqt and show it on a web page to implement software as a service? I suspect there should be a supportive web infrastructure between them, like Django, but I'm not sure how to do this.

Greetings welcome links.

+4
source share
2 answers

Here is what I put together by pulling several streams on the Internet:

  • Ruby on Rails seems more popular than python at the moment.
  • If you go for python, Flask and Django are good templates.
  • bokeh seems to be a good way to plot in a browser.
  • AFAIK, PyQt pyqtgraph .
  • , Twisted (Tornado, Node.js Friends) - SaaS, , , .
  • Rest, . , ...
0

, , , SVG , SVG - ( , svg ). , , , , pyqtgraph . VisPy , ipython.

0

All Articles