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

Programmer Humor

32692 readers
270 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
[–] pennomi 4 points 3 months 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 3 months ago

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

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

[–] pennomi 1 points 3 months ago (1 children)

Agreed, numpy really could/should be built in.

[–] xpinchx 2 points 3 months ago (2 children)

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

-Data Nerd

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

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

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

The standard library is where project go to die.