Please share some use cases why we would use reticulate (Python and R)

Three cases:

  1. Need a package in Python that's not readily available in R
  2. Coming from Python to take advantage of R packages, it's difficult to orient to functional programming (what is wanted, rather than how to produce it)
  3. Need to do a lot of procedural programming in Python that can be done in R but less easily