how to communicate in python with an external process

Chris Rebert crebert at ucsd.edu
Mon Mar 7 17:12:48 EST 2011


On Mon, Mar 7, 2011 at 1:58 PM, Danny Shevitz <shevitz at lanl.gov> wrote:
> Howdy,
>
> I'm a long time python user but ran across something I have never needed to do
> before and don't know how to do it.
>
> The issue is that I need for my python script to call some matlab routines.
> Matlab is very expensive to start running, so I only want to run it once. I also
> want the changes I make in one call to matlab persist to the next call to matlab.

http://pypi.python.org/pypi/pymatlab/

Cheers,
Chris
--
http://blog.rebertia.com



More information about the Python-list mailing list