M
M
Mr Stark2018-02-18 18:55:24
Python
Mr Stark, 2018-02-18 18:55:24

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

1 answer(s)
S
Sergey Gornostaev, 2018-02-18
@follia777

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 question

Ask a Question

731 491 924 answers to any question