Ask Your Question

chan.y.park's profile - activity

2018-06-27 18:47:50 +0100 received badge  Notable Question (source)
2015-04-24 09:21:52 +0100 received badge  Popular Question (source)
2015-04-22 22:33:08 +0100 asked a question Interface between Sage and Python

Hello,

I wonder if there is a way (or an API) that one can use Sage inside a Python code.

More specifically, I have a system of equations defined inside a big Python code, and I want to make Sage solve the equations and give the solutions back to Python.

Using the Python of Sage is out of option, unfortunately. Rather, I want to 'import' Sage onto Python and use its functionality as I import other Python libraries.