I'm glad to see the quick convergence on Python. I've evaluated Python every ~2 years since 2006 for "data science" tasks (machine learning, statistics, data munging, and visualization). I'd argue that Python only properly covered this full data science stack 1.5-2 years ago. R covered this stack adequately probably around 2011-2012. Matlab had this before 2005. What makes Python a superior language to Matlab and R i…
R Passes SAS, but Python Leaves Them Both Behind
11–20 of 71 posts
Re: R Passes SAS, but Python Leaves Them Both Behind
#12I'm glad to see the quick convergence on Python. I've evaluated Python every ~2 years since 2006 for "data science" tasks (machine learning, statistics, data munging, and visualization). I'd argue that Python only properly covered this full data science stack 1.5-2 years ago. R covered this stack adequately probably around 2011-2012. Matlab had this before 2005. What makes Python a superior language to Matlab and R i…
How do you feel about Julia? Data analysis in Python has plenty of warts.
Re: R Passes SAS, but Python Leaves Them Both Behind
#13I'm glad to see the quick convergence on Python. I've evaluated Python every ~2 years since 2006 for "data science" tasks (machine learning, statistics, data munging, and visualization). I'd argue that Python only properly covered this full data science stack 1.5-2 years ago. R covered this stack adequately probably around 2011-2012. Matlab had this before 2005. What makes Python a superior language to Matlab and R i…
We've had a lot of success weaning people of R and MATLAB in finance (so replace "data scientist" with "quant"). Of course if you work in a field that doesn't have the libraries and can't build them in house then your mileage will certainly vary.
Re: R Passes SAS, but Python Leaves Them Both Behind
#14Does anybody have some insights about internal quality and code "health" in SAS?
Re: R Passes SAS, but Python Leaves Them Both Behind
#15I'm glad to see the quick convergence on Python. I've evaluated Python every ~2 years since 2006 for "data science" tasks (machine learning, statistics, data munging, and visualization). I'd argue that Python only properly covered this full data science stack 1.5-2 years ago. R covered this stack adequately probably around 2011-2012. Matlab had this before 2005. What makes Python a superior language to Matlab and R i…
In practice I think the trends we're seeing have more to do with the fact that most universities now teach CS and data science using Python.
Given that Python is approximately as good as R, and it's becoming increasingly much easier to find good people to hire, there's very little reason not to be a Python shop.
Re: R Passes SAS, but Python Leaves Them Both Behind
#16I'm glad to see the quick convergence on Python. I've evaluated Python every ~2 years since 2006 for "data science" tasks (machine learning, statistics, data munging, and visualization). I'd argue that Python only properly covered this full data science stack 1.5-2 years ago. R covered this stack adequately probably around 2011-2012. Matlab had this before 2005. What makes Python a superior language to Matlab and R i…
> What makes Python a superior language to Matlab and R is the ease of software development. In practice I think the trends we're seeing have more to do with the fact that most universities now teach CS and data science using Python. Given that Python is approximately as good as R, and it's becoming increasingly much easier to find good people to hire, there's very little reason not to be a Python shop.
The only people clinging to R and MATLAB are statisticians and old researchers.
Re: R Passes SAS, but Python Leaves Them Both Behind
#17Earlier quoted context omitted.
How do you feel about Julia? Data analysis in Python has plenty of warts.
Julia is great, but IMO, it needs to reach 1.0 first before making a splash. It would be frustrating if you found your tools developed on v0.4 stopped working on v0.5 released a year later. API/ABI stability is critical to the adoption of new programming languages/libraries.
Re: R Passes SAS, but Python Leaves Them Both Behind
#18Earlier quoted context omitted.
Julia is great, but IMO, it needs to reach 1.0 first before making a splash. It would be frustrating if you found your tools developed on v0.4 stopped working on v0.5 released a year later. API/ABI stability is critical to the adoption of new programming languages/libraries.
I've heard they plan to release Julia 1.0 this year. So keep an eye on it.
Re: R Passes SAS, but Python Leaves Them Both Behind
#19Java is not a popular language for data analysis.