Clojure/Python interop using libpython-clj
Details
"use Python in your Java and use some Java in your Python"
https://github.com/cnuernber/libpython-clj
We'll show how you can call on Python libraries from Clojure.
- Use your favorite Python libraries from Clojure!
- Do REPL-driven development with Python components!
- Challenge: Package Jupyter notebooks as deployable applications!
Bring your laptop if you'd like to get the tools set up on it.
For an overview of how libpython-clj works, see
Chris Nuernberger's talk at Clojure/conj 2019: https://www.youtube.com/watch?v=vQPW16_jixs .
For examples of Clojure/Python interop, see Gigasquid's
examples:
https://github.com/gigasquid/libpython-clj-examples
