I work in an embedded Linux environment and I have Python code that I would like to use. My Python code just does some math without using any libraries except Numpy and the general ones.
Is there a way to create a library that I can call from C or C ++ code?
source share