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

Programmer Humor

32054 readers
1590 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] 4 points 2 days ago (2 children)

Why would it be a bad sign that the language has built in tools for common things you need to do?

[–] [email protected] 5 points 2 days ago

I'm guessing, they meant to write "that the language has no default way".

[–] [email protected] 2 points 2 days 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 days ago (1 children)

Agreed, numpy really could/should be built in.

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

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

-Data Nerd

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

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

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

The standard library is where project go to die.