interpreter in the background

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Sun Jul 29 11:15:18 EDT 2007


En Sat, 28 Jul 2007 08:29:38 -0300, Andrea Tomadin <tom.and at tiscalinet.it>  
escribió:

> I need to use the Python interpreter as if it were a Matlab or
> Mathematica "kernel", i.e. running in the background while I use an
> interface program to send commands and get output.

Try building something around the code module  
<http://docs.python.org/lib/custominterp.html>

-- 
Gabriel Genellina




More information about the Python-list mailing list