Python porting to Julia resources

I’m very late to the discussion, but maybe it is also worth mentioning that there are some transpilers that translate a subset of Python to Julia:
Py2JL: GitHub - JuliaCN/Py2Jl.jl: Python to Julia transpiler.
Py2Many: https://github.com/py2many/py2many
FromPython: https://github.com/kskyten/FromPython.jl
(Disclaimer: I am currently contributing to develop Py2Many)

This might also be related to the following discussion: Python to Julia transpiler

1 Like