+ 2
so many programing languages to choose next and i love statitics which one should i pick
3 Answers
0
You could use any language, but my recommendation is Python because it has many libraries useful for statistics, data analysis and visualisation.
A comparable choice is R lang, that is also very popular with statisticians, actively developed and has rich libraries and tools.
https://www.guru99.com/r-vs-python.html
0
Additional to the stated ones (thanks to Tibor for the Tipp):
FORTRAN is a good choice for mathematical purposes. It is specialized on mathematics.
And my strong recommendation:
You can use it for free with open source. GNU linux have a rich compiler landscape, there it is implemented => GCC (GNU compiler collection); with also C++ and so on...