Python and Julia in harmony.
1,068
stars
179
commits
Julia
primary language
Sep 14, 2026
updated

Bringing Python® and Julia together in seamless harmony:
bytes, array.array, numpy.ndarray) from Julia or Julia arrays from Python.⭐ If you like this, a GitHub star would be lovely thank you. ⭐
To get started, read the documentation.
In this example, we use the Julia module PythonCall from a Pluto notebook to inspect the Iris dataset:
pytable(df) to convert it to a Python Pandas DataFrame.
In this example we use the Python module JuliaCall from an IPython notebook to train a simple neural network:

The existing package PyCall is another similar interface to Python. Here we note some key differences:.
(top 30 of 44)
Julia
92.7%
Python
6.9%
Python and Julia in harmony.
1,068
stars
179
commits
Julia
primary language
Sep 14, 2026
updated

Bringing Python® and Julia together in seamless harmony:
bytes, array.array, numpy.ndarray) from Julia or Julia arrays from Python.⭐ If you like this, a GitHub star would be lovely thank you. ⭐
To get started, read the documentation.
In this example, we use the Julia module PythonCall from a Pluto notebook to inspect the Iris dataset:
pytable(df) to convert it to a Python Pandas DataFrame.
In this example we use the Python module JuliaCall from an IPython notebook to train a simple neural network:

The existing package PyCall is another similar interface to Python. Here we note some key differences:.
(top 30 of 44)
Julia
92.7%
Python
6.9%