diff --git a/content/libraries.rst b/content/libraries.rst index 3af72602..2042c9b2 100644 --- a/content/libraries.rst +++ b/content/libraries.rst @@ -262,7 +262,7 @@ These days, one rarely directly extends the Python interpreter, but uses code * `swig `__ - connect to a variety of programming languages. * ``Boost.python`` - Another Python/C++ interface -* TODO: Julia modules for Python? +* [PythonCall.jl](https://github.com/JuliaPy/PythonCall.jl) -- Interface to call Julia from Python and viceversa