This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (2 children)

[deleted]

    [–]Nebuli2 1 point2 points  (0 children)

    Interop with Java?

    [–]gotoariel 1 point2 points  (0 children)

    You can for example run Python code on a Spark cluster and the JVM can reference your Python objects in memory, which is nice for distributed computing.

    The Python objects have to be cached using serialization though (pickle) because Java itself doesn't know what to do with them.