Answer the question
In order to leave comments, you need to log in
Is it possible to combine writing a GUI in PyQt4 and calling functions written in C / C ++ from there?
The goal is to learn how to write code in Python (because you can write it quickly), be able to write graphical applications on it, and also access C / C ++, if necessary, directly from Python
. Is such a synthesis possible? Or are there any better options?
Thank you all in advance!!
Answer the question
In order to leave comments, you need to log in
Python and C have a high level of interoperability. From Python code, you can use C code, and from C code, you can execute Python scripts. To get started, you can read here and here .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question