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.
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.