Question

I'm an absolute beginner in Python. PHP and JavaScript are no problem. For my current project I need SymPy. But unfortunately I don't know how to install SymPy on a 1and1 managed hosting product. Furthermore I don't know how SymPy is called from JavaScript or PHP.

I am very grateful for any help!

Was it helpful?

Solution

If you have SSH access to the server you can install it with pip install sympy or you can use Anaconda to install it. SymPy can be used with Django, Flask or any python web framework. You can also use cgi to run python scripts.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top