--
You received this message because you are subscribed to the Google Groups "mathics-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mathics-devel+unsubscribe@googlegroups.com.
To post to this group, send email to mathic...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mathics-devel/be0c87dd-87f7-4799-9333-db0f74670e60%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Arihant,Mathics is a Mathematica interpreter written in Python.Mathics has a Mathematica parser but we don't have a way to emit python code from the AST.You can construct a python representation of the Mathematica code, and even covert the algebraic expressions to Sympy objects (which I believe has some code emitting functionality) but Mathics itself doesn't output python code.Does that make sense?
Angus
On 11 Apr. 2017 01:03, "Arihant Parsoya" <parsoya...@gmail.com> wrote:
Hi,I came to know that mathics has good Mathematica to Python parser. I wanted to know how I can use it to convert my Mathematica code to Python(an example would be nice)?I have gone through : https://github.com/mathics/Mathics/tree/master/mathics/core/parser .Thanks,Arihant
--
You received this message because you are subscribed to the Google Groups "mathics-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mathics-deve...@googlegroups.com.
Hi Arihant,Mathics is a Mathematica interpreter written in Python.Mathics has a Mathematica parser but we don't have a way to emit python code from the AST.You can construct a python representation of the Mathematica code, and even covert the algebraic expressions to Sympy objects (which I believe has some code emitting functionality) but Mathics itself doesn't output python code.Does that make sense?AngusOn 11 Apr. 2017 01:03, "Arihant Parsoya" <parsoya...@gmail.com> wrote:Hi,I came to know that mathics has good Mathematica to Python parser. I wanted to know how I can use it to convert my Mathematica code to Python(an example would be nice)?I have gone through : https://github.com/mathics/Mathics/tree/master/mathics/core/parser .Thanks,Arihant
--
You received this message because you are subscribed to the Google Groups "mathics-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mathics-deve...@googlegroups.com.