InterviewSolution
Saved Bookmarks
| 1. |
Does Numpy/scipy Work With Jython? |
|
Answer» 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. 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. |
|