I have a program in C++ that computes some ints. I want to "send" those ints from C++ to Python in real time. As the program in C++ is computing the numbers, I want to read them in Python.
What would be the best way to do this? I have seen some options but they all seem very complicated.