Back in grad school, I had access to SPSS, which I found phenomenal. Now that I no longer have access to SPSS, I spent some time learning R, and I've begun learning Python.
What do you guys use? Which do you find the best?
What Programming Language Do You Use?
-
- Posts: 69
- Joined: Sun Oct 08, 2017 10:11 pm
- Location: Spain
- Contact:
Re: What Programming Language Do You Use?
I use python to scrapping data from web and to make calculus in backend. But I have used R to create statistics graphics.
I think the best language is python that let you do whatever you want. But R are very interesting and is good to know it too.
Everything depends what do you want to do.
I think the best language is python that let you do whatever you want. But R are very interesting and is good to know it too.
Everything depends what do you want to do.
Re: What Programming Language Do You Use?
I typically work with R and Excel.
Developer of Box Plus/Minus
APBRmetrics Forum Administrator
GodismyJudgeOK.com/DStats/
Twitter.com/DSMok1
APBRmetrics Forum Administrator
GodismyJudgeOK.com/DStats/
Twitter.com/DSMok1
Re: What Programming Language Do You Use?
I did a post asking the same few weeks ago. Anyway, I use R and spreadsheet.
I think the complex here is scrapping the data from web and do the code to do automatically.
I think the complex here is scrapping the data from web and do the code to do automatically.
Re: What Programming Language Do You Use?
Scraping data is certainly one of the most difficult parts. However, with RVest and the Tidyverse packages, it really isn't bad using R. Just takes some effort to figure out how to interact with the pages you wish to scrape.
Developer of Box Plus/Minus
APBRmetrics Forum Administrator
GodismyJudgeOK.com/DStats/
Twitter.com/DSMok1
APBRmetrics Forum Administrator
GodismyJudgeOK.com/DStats/
Twitter.com/DSMok1
Re: What Programming Language Do You Use?
I use whatever works, but most of the time I work in R, Stata, and Excel. A little bit of Python and SQL. The move on the developer side to accommodate "polyglot" programming--often within the same computational notebook--e.g., R Notebooks, Jupyter Notebooks, Beaker, Zepplin, etc.--is really helping open things up to folks to work in the language of their choice.