Y
Hacker News
new
|
ask
|
show
|
jobs
by
matmatmatmat
1997 days ago
I wonder how true this "one right way" is? For instance, I've seen multiple ways to do the same thing in Pandas.
Does it come down more to an agreement among the team about how code should be written?
1 comments
notagoodidea
1996 days ago
I found that the "one right way" python's mantra fall apart when it comes to pandas and numpy. Those libraries must be seen as DSL on top of the language IMHO.
link