←back to thread

I don't like NumPy

(dynomight.net)
480 points MinimalAction | 1 comments | | HN request time: 0.282s | source
1. odyssey7 ◴[] No.44017535[source]
Python in general and its ecosystem are some of the biggest roadblocks to building real-world AI systems, in my opinion.

Python is a scripting language that makes it easy to produce student-quality work. Academia adopted it for its pedagogical utility.

Unfortunately, people made the assumption that, because universities teach it, it's well-suited for production systems.

I'd argue that Python doesn't scale very well for codebases much larger than a homework assignment.