From 3d866b39cb54e49f569cf30640a2ea1178930b69 Mon Sep 17 00:00:00 2001 From: Luca Ferranti <49938764+lucaferranti@users.noreply.github.com> Date: Wed, 26 Nov 2025 14:49:30 +0200 Subject: [PATCH] Update Julia module reference in libraries documentation mention PythonCall for julia interoperability --- content/libraries.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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