Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Unsolved Pyqt for interactive data visualization app

    Qt for Python
    3
    3
    218
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • W
      Wasim last edited by

      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?

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        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.

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        1 Reply Last reply Reply Quote 0
        • Denni 0
          Denni 0 Banned last edited by

          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 ;)

          1 Reply Last reply Reply Quote 0
          • First post
            Last post