back

by yamrzou·5y ago·view on hn ↗
Same for data analysis. It is mostly exploratory and iterative work, with the need for a feeback loop (making plots, checking for unusual values, etc.) because the input data is unpredictable.

That's why data scientists prefer interpreted languages and Jupyter Notebooks.

1 comments
That's also why you get the -O0 and -O3 options.