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

Programmer Humor

32410 readers
581 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] 59 points 1 month ago (11 children)

Best scientific packages in the open source by far, a library for everything, everybody knows it. Works on all kinds of systems. Available by default in many OSs.

You might not like it, but you can't leave.

[–] [email protected] 4 points 1 month ago (1 children)

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

[–] [email protected] 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.

load more comments (9 replies)