[ANN] Announcing Denumpyfy.jl

Hey gang!

I’ve rewritten way too many numpy notebooks, so I figured I might as well throw these 20 regexes into a package to free myself and others from this burden.

Here’s Denumpyfy.jl

https://github.com/miguelraz/Denumpyfy.jl

Not long had I registered it did @visr point me to Py2Jl.jl, which leads to a full blown transpiler from Python to many target langs in the py2many project.

Unfortunately, the project could use with a few pushes from Julia folks - it’s clear that many parts of the Julia transpiler are copy/pasted from the Rust one and they’re not idiomatic.

At any rate, hope either one of these projects help save you some grief from the clutches of numpy scripts.

Happy hacking,
-mrg

9 Likes