Python isn't "untyped;" it is, in fact, strongly-typed. (And is markedly different than and superior to JavaScript on that point.)
This rant feels like it was written by an OO programmer who was never able to wrap his head around functional programming.














Yes. Python is a multi-paradigm language, but IMO proper "pythonic" python looks a lot more functional than OO, with liberal use of duck-typed list comprehensions and such.