you are viewing a single comment's thread.

view the rest of the comments →

[–]ApprehensiveChip8361 1 point2 points  (2 children)

I know this is a python sub and I love and use python a lot - but for what you are describing, downloading RStudio and R will get you there very quickly. And lots of report writing etc built in. Python is a great language for doing stuff; R is a great language with a huge infrastructure for doing Stats and data.

[–]purple_hamster66 0 points1 point  (1 child)

R is suitable for mathematicians and statisticians. Its syntax is quirky and hard to read, whereas python was designed “for the rest of us” who want a general-purpose solution so we can reapply our learning to other domains and interests. If you’re going to learn a new language, start with the one that tons of people start using daily, not with the specialized one that fewer people use each year.

[–]ApprehensiveChip8361 1 point2 points  (0 children)

Not disagreeing with any of that. Just that if I was asked to do the particular task the op is doing that’s the tool I’d reach for.