0

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!

MPe
  • 430
  • 6
  • 23

1 Answers1

1

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.

Sudhanshu Mishra
  • 2,024
  • 1
  • 22
  • 40
  • Thanks, that was exactly that what I'm looking for. Just a hint to the right direction :-) Thanks a lot. – MPe Jun 06 '14 at 08:27
  • Just one more word. During the Installation an error occure. With the post behind the link [link](http://stackoverflow.com/questions/13680947/do-i-need-to-install-python-packages-as-root) everything works fine – MPe Jun 06 '14 at 08:28