Settings

Theme

Ask HN: Writing a Python Wrapper for a Scala Project?

2 points by always_learning 5 years ago · 2 comments · 1 min read


I've very interested in writing a python wrapper for an open source scala project. However, there doesnt seem to be much documentation on the process online. Does anyone have any information they could please share?

AlexITC 5 years ago

A quick look into Google results shows several ways to use Python to interact with Java libraries, I'd check that first as Scala compiles to Java class files, another way is to look how Spark provides Python support while being written in Scala.

l2cluster 5 years ago

What is the scala project?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection