What is the best tool(s) to analyze data progammatically?

Discussion in 'App Development' started by narafa, Apr 14, 2020.

  1. Atikon

    Atikon

    As far I understand it, one can compliment Python with C++, where c++ takes on the role as computing power. There are certainly more expirienced programmers here who can speak to this. Is it possible to combine c++ with R?
     
    #21     May 25, 2020
  2. 931

    931

    It is common to use python in machine learning and it may seem strange why use slower running lang, but many python classes that are compute-intensive are written in C.
    Since alot of experimenting needs to be done in ml. python speeds it up due to faster coding.

    I dont know R but google brings up some samples so it is possible similarly to python.
     
    #22     May 27, 2020
    Atikon likes this.
  3. userque

    userque

    I also don't know R, but I've understood for a long time that it is dissimilar to most general purpose languages.

    R Vs Python  What’s the Difference .png
    https://www.guru99.com/r-vs-python.html

    Another option is a visual platform such as rapid miner or knime

    You can prototype very quickly with a proper visual platform.
     
    Last edited: May 27, 2020
    #23     May 27, 2020
  4. Just download anaconda, install and launch spyder. You will have everything you need pre packaged. Will also come in handy when you want to finally automate.
     
    #24     May 28, 2020
  5. truetype

    truetype

    Yes, Dirk Eddelbuettel's Rcpp is widely used.
     
    #25     Jun 9, 2020
  6. destriero

    destriero

    #26     Jun 9, 2020
  7. Apbideas

    Apbideas

    Have you considered using a Robotic Process Automation app?
     
    #27     Jun 12, 2020
  8. Used to use R and Perl my first time around, 10-15 years back. This time with Python/ Pandas haven't felt the need for R yet.
     
    #28     Jun 12, 2020
  9. InvBox

    InvBox

    Any language, the most you know.
     
    #30     Jun 15, 2020