developed an application using c++/qml, want to add python language and its library.
Unsolved
Mobile and Embedded
-
@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 -
@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).