Not a lot of meat to this article. "Ra ra, python" with no real comparison to anything else. You could rewrite the article for Ruby or javascript and you'd really just be changing the names of the tools/libraries, the points could remain the same.<p>Generators? Hello Enumerators in Ruby and using simple callbacks in node.<p>Speed? Hello V8 for JS. Hello vast speed improvements in MRI, C extensions, or leaning on the speed of the JVM for Ruby/JRuby.<p>Broad? Javascript is probably the most widely deployed language on the planet, and by many measures the most used. Ruby trails JS, and maybe Python too, but its still plenty popular. Not to mention the depth of libraries for both is pretty stunning.<p>Javascript is not javascript, ruby is not ruby. There are a number of vastly different and wildly popular JS implementations, and embedding JS in other applications is plenty common. Ruby has MRI (CRuby), Rubinius, JRuby (which is much more active than Jython), mruby (embedded ruby), and opal for compiling ruby into JS, not to mention the heavy ruby influences on CoffeeScript and Sugar.js.<p>The articles points are all valid, but none of them really demonstrate that Python is the answer to the article's thesis question: "You are looking for a job, which language should you learn?"<p>That said, Python is great. I like Python. Just not a big fan of poorly argued fan boy articles.
I work at Google. Most of production code is C++/Java. Python is used for scripts, testing frameworks/test harnesses, internal tools like code review and bugs etc.
The decision to make Python an officially supported language inside Google was made a long time ago. It's anyone's guess whether they'd make the same decision today. If Go were around, perhaps they'd have chosen that instead?
Google uses dozens of different languages in the services they offer. Heck, they even built a few languages themselves, like Go and Dart. Go is definitely used in production as well <a href="http://golang.org/doc/faq#Is_Google_using_go_internally" rel="nofollow">http://golang.org/doc/faq#Is_Google_using_go_internally</a>.
Is there any data to suggest that Google writes a non-negligible number of apps in Python vs the dozens or so of other languages? I'm curious.
I like how they use a huge picture of a snake for the article, even when Python isn't named after the animal, but Monty Python.<p>More on topic: Even when Python is one of my favorite languages, this article is plain horrible. Biased, and without any sort of point to compare it to.<p>Python is great for many tasks, but it's just retarded to pretend that it's the best tool to go for everything.
This is the author's prejudiced opinion spun into an article. I could write the exact same thing for Ruby, Javascript, etc. PLus, if you are starting a company, the last thing that should matter is your tech stack. The first thing that should matter is your sales strategy.
I'm not against Python by any means. I like it and I use it fairly often.<p>However this article is very unconvincing.<p>The arguments summed up in order are basically:<p>* Python has generators.<p>* Python interpreters are getting faster.<p>* Argument from popularity.<p>* Holy shit, guys! Did you know that CPython isn't the <i>only</i> Python implementation, and that there's a difference between language specification and implementation? Mind = blown, amirite?<p>* It's so easy... scientists and mathematicians can use it? (Not to say that Python isn't easy, but to make it out like it'd be so impressive for a hard scientist to pick up programming is silly.)