728
I redid the meme with what hurts me
(lemmy.world)
Post funny things about programming here! (Or just rant about your favourite programming language.)
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.
Agreed, numpy really could/should be built in.
Also pandas and matplotlib but maybe that's just me.
-Data Nerd
But what about the pleasure of starting any project with "import pandas as pd"?
The standard library is where project go to die.