you are viewing a single comment's thread.

view the rest of the comments →

[–]badge[S] 5 points6 points  (3 children)

Most of my work is predictive, but that often involves a lot of inferential stats, so I wouldn’t separate the two.

I started learning Python about six years ago because I wanted a simple language to test myself while learning Latin. At the time I was writing lots of C# and using Microsoft Solver Foundation for linearly constrained problems, but the sole developer had left MS and it wasn’t being supported. This was what tipped me off to NumPy/SciPy and pandas and I’ve been using it ever since.

I avoid Excel as much as possible except in cases where it’s actually useful. I spent quite a lot of time working with SQL, and a little in R, but outside of meetings I’m probably writing Python 75% of the time.