The tag has no wiki summary.

learn more… | top users | synonyms

19
votes
3answers
620 views

Calling IronPython code from Mathematica

I'd like to call some IronPython code from Mathematica using .NET/Link. The problem is that the code lives in .py files, yet from Mathematica I can only load .NET assemblies which are DLLs. So it ...
17
votes
3answers
2k views

How to use Mathematica functions in Python programs?

I'd like to know how can I call Mathematica functions from Python. I appreciate a example, for example, using the Mathematica function Prime. I had search about MathLink but how to use it in Python ...
4
votes
1answer
315 views

Is there a way to run Python from within Mathematica?

I know there is some support for running Mathematica from Python, but is there any way to do the reverse. For example, to import some Python classes and use them in Mathematica?
2
votes
2answers
159 views

Pasting external PDF vector graphics without losing ability to export them

As in previous versions, Mathematica 9 on Mac OS X (10.7.5 here) still has a problem with pasted PDF graphics that were copied from external applications such as ...
2
votes
1answer
107 views

Executing C programs within mathematica [duplicate]

I have a requirement for executing a C program within Mathematica. The user will provide the inputs and the expected results on a front end. Mathematica runs the C file, obtains the result for the ...
1
vote
0answers
61 views

Mathematica and Python integration? [duplicate]

Possible Duplicate: Is there a way to run Python from within Mathematica? I do see the latest version has R-link: http://www.wolfram.co.uk/mathematica/new-in-9/built-in-integration-with-r/ ...