The python tag has no wiki summary.
3
votes
1answer
56 views
String encoding issue with Pythonika
I use Mathematica and Pythonika to run Python code inside it. And I'm not quite sure what causes my issue: all unicode Python objects look like this: ...
2
votes
1answer
108 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 ...
4
votes
1answer
317 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?
1
vote
0answers
62 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/
...
2
votes
2answers
160 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 ...
19
votes
3answers
622 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 ...