Hi @brkyvz,
In some case, we would like to create a package which supports multiple language, such as Scana and Python. I would like to call Scala APIs which I am makeing in the package from Python code which I am making like Apache Spark itself.
For example, I made a new machine learning algorithm in Scala as a new spark package. I want to support it in Python as well. But I don't want to implement the algorithm in Python. How can I do that efficiently?
Best,