Is there a way to convert Mathematica code to run in Python without running a Mathematica kernel in 2019? I have a long complicated code in Mathematica I would like to run in Python. However due to licensing I won't have access to Mathematica for long. The code executes an complex arithmetic procedure, but doesn't use any special functions. The most complicated action it does is take the square root. I know I can always rewrite the code in Python but I would really prefer not to do that.
Thanks
FunctionCompileand transpile the LLVM bytecode, but that sounds like more effort than just spending a day rewriting the code! – Carl Lange Oct 30 '19 at 19:17