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

Programmer Humor

32596 readers
533 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 2 months ago (1 children)

One of the things that frustrated me more with python, coming from R and Julia, was that the math and statistics functions weren't default. But after learning more, and learning the math, numpy, scipy and others started yo like that, there's different projects working on the same and you pick and choose what works better for you.

[–] [email protected] 1 points 2 months ago (1 children)

Agreed, numpy really could/should be built in.

[–] [email protected] 2 points 2 months ago (2 children)

Also pandas and matplotlib but maybe that's just me.

-Data Nerd

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

But what about the pleasure of starting any project with "import pandas as pd"?

[–] [email protected] 1 points 2 months ago

The standard library is where project go to die.