this post was submitted on 16 Sep 2024
716 points (97.2% liked)

Programmer Humor

32253 readers
86 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
[–] dudinax 2 points 1 month 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 1 month ago

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

[–] [email protected] 2 points 1 month 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.