DumPy: NumPy except it's OK if you're dum
dynomight.net
DumPy: NumPy except it's OK if you're dum
1–10 of 62 posts
Re: DumPy: NumPy except it's OK if you're dum
#2Re: DumPy: NumPy except it's OK if you're dum
#3Re: DumPy: NumPy except it's OK if you're dum
#4I don’t use numpy often enough - but this explains the many WTF moments why it’s so annoying to get numpy pieces to work together.
Re: DumPy: NumPy except it's OK if you're dum
#5I’ve known some people who didn’t want to learn the syntax of numpy and did it all in loops, and the code was not easy to read. It was harder to read. The fundamental issue is that operations on high dimensional arrays are very difficult to reason about. Numpy can probably be improved, but I don’t think loops are the answer.
Re: DumPy: NumPy except it's OK if you're dum
#6I’ve known some people who didn’t want to learn the syntax of numpy and did it all in loops, and the code was not easy to read. It was harder to read. The fundamental issue is that operations on high dimensional arrays are very difficult to reason about. Numpy can probably be improved, but I don’t think loops are the answer.
Re: DumPy: NumPy except it's OK if you're dum
#7https://news.ycombinator.com/item?id=44072775
https://news.ycombinator.com/item?id=44063553
Re: DumPy: NumPy except it's OK if you're dum
#8Dupe. Posted a number of times the past day and a half: https://news.ycombinator.com/item?id=44072775 https://news.ycombinator.com/item?id=44063553 https://news.ycombinator.com/item?id=44078019 https://news.ycombinator.com/item?id=44063490
Re: DumPy: NumPy except it's OK if you're dum
#9NumPy definitely has some rough edges, I sympathize with the frustrations for sure.
Re: DumPy: NumPy except it's OK if you're dum
#10I’ve known some people who didn’t want to learn the syntax of numpy and did it all in loops, and the code was not easy to read. It was harder to read. The fundamental issue is that operations on high dimensional arrays are very difficult to reason about. Numpy can probably be improved, but I don’t think loops are the answer.