The Conundrum of Python
I recently watched an interview with Python creator Guido van Rossum where he describes feeling the need for Python while working with the great Andrew Tanenbaum on a project called Amoeba.
He clearly states that he intended Python as a language/tool that could fill the gap between scripting and enterprise workhorses like C and Java.
He said scripting was good for up to 50 lines of code, after which scripting became unwieldy. And he designed Python as a language suitable for 100 to 1000 lines of code.
So, he clearly wasn’t intending Python to be used for industrial strength ML programs. It’s a bit scary to think that a lot of the ML libraries written in Python might not be as bulletproof as they ought to be.
Comments
Post a Comment