this post was submitted on 16 Sep 2024
733 points (97.3% liked)

Programmer Humor

32690 readers
361 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 3 months ago (2 children)

I guess I don't know. Whenever something tempts me to R, I quickly find that Python's got a good-enough solution.

[–] [email protected] 3 points 3 months ago

Same for me with python, I always fall back to R after 10 minutes of trying to do it in python. :)

[–] Knock_Knock_Lemmy_In 2 points 3 months ago

R is better if you want some very specific, niche statistical packages.

Python is better if you want to combine statistics with any other compute process.