|
|
|
|
|
by Adam_O
3948 days ago
|
|
From the perspective of a student, most of the good online analytics/data analysis/stats courses use R, so it is hard to get away from it while learning the material. Once you get the base concepts down, switching to python shouldn't be hard. I think most people still prefer ggplot2 for visualization though. Whenever I use R I feel like a statistician, I can feel that 'cold rigor' emanating from the language. But in the end I think it is advantageous to wield both languages. Also I really see Jupyter as a new standard for communication. Your narrative and supporting code all in one place, ready for sharing. |
|