What is the best way to use python code from Scala (or Java)? -
possible duplicate:
java python integration
there code written in python , need use scala. code uses native c. possible use scala or java without having rewrite much?
i intend use code black-box without understanding, prefer not rather somehow generate jar can import in code.
why not try jython?you directly compile python code java classes or call python code java through interface.
Comments
Post a Comment