Hello everyone,
i currently work on a little project of mine and am a little confused.
What i want to do is a flask/python app that takes in a formula from a POST-Request, converts it into sage code, and sends it to sagecell/sage for evaluation, which should return the result of the computation.
So basically my problem is that i want to parse the generated sage-code directly into the script, without inputing the formulas into the form on a webpage.
Thanks in advance.