[Numpy-discussion] Does Numpy support CGI-scripting?`
David Warde-Farley
dwf@cs.toronto....
Mon Dec 14 02:20:20 CST 2009
On 14-Dec-09, at 2:31 AM, yogesh karpate wrote:
> Does Numpy Support CGI scripting? DO scipy and matplotlib also
> support?
I'm not sure what you're asking exactly.
If the question is "can you create CGI scripts that use NumPy/SciPy/
matplotlib" then the answer is yes. You just need to look up how to
create CGI scripts in Python, and then import the relevant modules
from your script. Provided that numpy/scipy/matplotlib are installed
on the machine executing the CGI script, it should work just fine.
There is an entry in the matplotlib FAQ that is relevant: http://tinyurl.com/ya6wule
David
More information about the NumPy-Discussion
mailing list