this post was submitted on 16 Sep 2024
725 points (97.4% liked)

Programmer Humor

32371 readers
562 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
[–] menemen@lemmy.ml 4 points 1 month ago (1 children)

Is it better than R? I am not so much into python (too embedded in R).

[–] dudinax@programming.dev 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.

[–] menemen@lemmy.ml 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. :)

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.