Unsolved Pyqt for interactive data visualization app
-
Is PyQt a good choice for developing desktop apps that require interactive data visualization like Shiny R or Plotly? Also, is it possible to call functions from Bokeh or other Python visualization packages in PyQt?
-
Hi and welcome to devnet,
You can use it yes. For bokeh, since it's html JavaScript, you can use the web components from Qt to show the results. There are other packages that provide visualisation widgets so take the time to check them.
-
Note just about any python based software can do just about anything you are needing to do -- as python is just extended C++ which is just extended C and there aint nothing you cannot do with C ;)