Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. developed an application using c++/qml, want to add python language and its library.

developed an application using c++/qml, want to add python language and its library.

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
4 Posts 2 Posters 454 Views
  • 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.
  • K Offline
    K Offline
    kk2507
    wrote on 11 Jan 2022, 05:33 last edited by
    #1

    How I can add the python language to the application. is there any example?

    J 1 Reply Last reply 11 Jan 2022, 07:32
    0
    • K kk2507
      11 Jan 2022, 05:33

      How I can add the python language to the application. is there any example?

      J Online
      J Online
      jsulm
      Lifetime Qt Champion
      wrote on 11 Jan 2022, 07:32 last edited by
      #2

      @kk2507 What exactly do you mean? Do you want to execute Python code in your C++ application?
      See https://docs.python.org/3/extending/embedding.html

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      K 1 Reply Last reply 11 Jan 2022, 07:52
      0
      • J jsulm
        11 Jan 2022, 07:32

        @kk2507 What exactly do you mean? Do you want to execute Python code in your C++ application?
        See https://docs.python.org/3/extending/embedding.html

        K Offline
        K Offline
        kk2507
        wrote on 11 Jan 2022, 07:52 last edited by
        #3

        @jsulm yes. I want to execute Python code in C++ applications and their libraries. Can I execute matplotlib, seaborn, sci-kit learn libraries in the application?

        J 1 Reply Last reply 11 Jan 2022, 07:53
        0
        • K kk2507
          11 Jan 2022, 07:52

          @jsulm yes. I want to execute Python code in C++ applications and their libraries. Can I execute matplotlib, seaborn, sci-kit learn libraries in the application?

          J Online
          J Online
          jsulm
          Lifetime Qt Champion
          wrote on 11 Jan 2022, 07:53 last edited by
          #4

          @kk2507 said in developed an application using c++/qml, want to add python language and its library.:

          Can I execute matplotlib, seaborn, sci-kit learn libraries in the application?

          Maybe, take a look at the link I posted above.
          You can also develop Qt application in Python (see PyQt/PySide).

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          1 Reply Last reply
          0

          2/4

          11 Jan 2022, 07:32

          • Login

          • Login or register to search.
          2 out of 4
          • First post
            2/4
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved