| Author |
numPy and sciPy question
|
Ravi Shankarappa
Ranch Hand
Joined: Jan 09, 2010
Posts: 55
|
|
How to call numPy and sciPy routines from Jython? Could anyone give a simple example code?
-Ravi
|
 |
Steve Fahlbusch
Ranch Hand
Joined: Sep 18, 2000
Posts: 491
|
|
Does NumPy/SciPy work with Jython?ΒΆ
No. Simply put, Jython runs on top of the Java Virtual Machine and has no way to interface with extensions written in C for the standard Python (CPython) interpreter.
from the numpy/scipy faq
|
 |
 |
|
|
subject: numPy and sciPy question
|
|
|