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

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?
 
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?
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.
 
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:
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.
 
Back
Top