Is “data scientist” the new “programmer”?
blogs.harvard.edu
Is “data scientist” the new “programmer”?
1–10 of 246 posts
Re: Is “data scientist” the new “programmer”?
#2Re: Is “data scientist” the new “programmer”?
#3Re: Is “data scientist” the new “programmer”?
#4Re: Is “data scientist” the new “programmer”?
#5Re: Is “data scientist” the new “programmer”?
#6No. Data scientists exist at the mercy of programmers: without the tooling and the pipes, data science would not be a going concern.
Re: Is “data scientist” the new “programmer”?
#7Re: Is “data scientist” the new “programmer”?
#8The argument this post is making is reductive. Yes, sometimes data science is simple. Sometimes it isn't, and that's when you really need someone with the appropriate skillset.
Re: Is “data scientist” the new “programmer”?
#9systems programming=irrelevant bloat and abstraction
while
data reduction=definite purpose and utility
People writing python notebooks to do data analysis are probably fairly comparable to the scientific computing programmers of the past, but I feel like this picture tends to dismiss the computer science side of systems programming:things like GUIs, network code, processes and virtual memory, all the architectural aspects of computing.
One might prefer APL or Forth for writing one-page programs, and it's probably true that systems now are bloated relative to what they could be. Still, there is much of interest going on in a typical operating system, compiler or video game, while a typical data analysis notebook is IMO fairly dull and even basic, from a software angle.
Re: Is “data scientist” the new “programmer”?
#10No. Data scientists exist at the mercy of programmers: without the tooling and the pipes, data science would not be a going concern.
Hah! At my company a decent proportion of engineers spend their lives scrambling to productionalize and operate the Lovecraftian concoctions of R and Python that our data scientists cook up on their laptops.