Interfacing Java and Python through JNI and Cython
Franck Pommereau <[email protected]> Tue, 19 May 2009 16:10:17 +0200
| Newsgroups | gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[email protected]> |
Dear all,
I've just posted on my blog a text about how to call Python functions
from Java, using a wrapper written in Cython and the Java Native
Interface (JNI). Feedback and comments are welcome!
http://pommereau.blogspot.com/
I'm only referring to Cython because its the one I'm mainly using, but
this would certainly work as well with Pyrex.
Cheers,
Franck