HN Top New Show Ask Jobs

settings

Theme

Hand Mode

Feed

Comment by bachmeier

Comment by bachmeier 10 months ago

0 replies

View on Hacker News

rpy2 can be used to call R from Python: https://rviews.rstudio.com/2022/05/25/calling-r-from-python-...

reticulate works for going in the other direction: https://rstudio.github.io/reticulate/

With the good interoperability these days, let's stop rewriting functionality in other languages. If the interoperability is no good, work on fixing that, please.