I have a python code that uses various libraries like numpy, scipy etc.. Now due to some reasons, in my program I can use only c/c++. How can I convert this python code to c/c++? I thought of converting everything manually, but I don't know what I should do about the libraries that are being implemented.
Please help.