qt.network.ssl: No functional TLS backend was found ?
-
Why not load the data directly in Python using something like numpy ?
-
If you do all the heavy lifting in Python you should benchmark the GUI as well.
-
As I wrote: benchmark.
Adding a layer of complexity might not be of any benefit in terms of performance, maintainability and architecture.
-
Wait... you are loading the data from C++ then do processing in Python and then trying to send that back to C++ ?
-
Then wouldn't it make more sense to do it the other way around ? Since you get data through a C++ library, it would make more sense to invoke your Python code from C++ as well.