Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/scalapy/scalapy

Use the world of Python from the comfort of Scala!
https://github.com/scalapy/scalapy

python scala scala-native

Last synced: 2 months ago
JSON representation

Use the world of Python from the comfort of Scala!

Awesome Lists containing this project

README

        


Use the world of Python from the comfort of Scala!












ScalaPy allows you to use any Python library from your Scala code with an intuitive API.

# Get Started at [scalapy.dev](https://scalapy.dev)

## Building
To run the unit tests for ScalaPy, run `sbt coreJVM/test`. To run unit tests for Scala Native, run `sbt coreNative/test`.

## Static Facades
+ NumPy: https://github.com/shadaj/scalapy-numpy
+ TensorFlow: https://github.com/shadaj/scalapy-tensorflow

## Credits
Logo based on https://github.com/OlegIlyenko/scala-icon with modifications to use the Python color palette.