R and Python Unite!

Discussion in 'App Development' started by TheBigShort, May 15, 2019.

  1. Depends on what you mean with "deployment". Exposing a deep learning inference engine is easy, there is no magic regardless of which language one uses. Developing and training useful models and presenting them to end users in ways users are willing to pay money for takes thousands of lines of code, PhDs, senior developers with many years of experience. It's kind of naive to suggest that deployment of one api is easy. Yes it is but it's also just one of dozens of apis and considerations in the entire product development, testing, and deployment, and monetization process.

     
    #11     May 18, 2019
    blueraincap likes this.
  2. FWIW ... Python is based primarily on C not C++. Where extra speed is required modules are usually written in C or Cython including modules like Numpy & Pandas.

    (Not a fan of R but do like Python, C, and Nim :))
     
    #12     May 18, 2019
    d08 likes this.
  3. Saeed amen also primarily uses python
     
    #13     May 29, 2019
  4. Last edited: Jun 1, 2019
    #14     Jun 1, 2019
  5. I would just add jupyter notebooks work nicely with R and is easy to get setup.
    I mostly use python but there are just so many interesting packages for R.
     
    #15     Jun 5, 2019
  6. El Trado

    El Trado

    An alternative is Rpy2. It works fairly ok, and let you use the few R functions you might not find already in place in Python: https://rpy2.bitbucket.io/
     
    #16     Aug 19, 2019