Originally posted by fatJock
View Post
Hard to find quality time though given full time roll, passion for cycling, and being main carer for disabled wife who needs a lot of help. The learning keeps me occupied and the brain ticking over






) and Matlab are doomed outside of some niche areas. I've generally used R/S for most small- to medium-sized problems (it's powerful, but not really a serious programming language for production: horribly brittle, not very efficient, and unit testing is a PITA; the academic origin shows). Increasingly, I'm using Python because it's just a ton easier to write, debug, and unit test than R and there's a critical mass now. Still use Java for some production, even FORTRAN for some legacy stuff. Languages are just a means to an end. Notwithstanding that, you can't go far wrong with Python as a general purpose language for production (who knows whether it will stand the test of time like Java), but particularly for data analytics. Anyone thinking about choosing R is probably best off learning Python now, unless you're at the bleeding edge (in which case, you probably know R already).
Comment