TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Why Python is Powerful Enough for Google

23 pointsby mikeyandersonover 11 years ago

12 comments

examancerover 11 years ago
Not a lot of meat to this article. &quot;Ra ra, python&quot; with no real comparison to anything else. You could rewrite the article for Ruby or javascript and you&#x27;d really just be changing the names of the tools&#x2F;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&#x2F;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&#x27;s thesis question: &quot;You are looking for a job, which language should you learn?&quot;<p>That said, Python is great. I like Python. Just not a big fan of poorly argued fan boy articles.
pathikritover 11 years ago
I work at Google. Most of production code is C++&#x2F;Java. Python is used for scripts, testing frameworks&#x2F;test harnesses, internal tools like code review and bugs etc.
skybrianover 11 years ago
The decision to make Python an officially supported language inside Google was made a long time ago. It&#x27;s anyone&#x27;s guess whether they&#x27;d make the same decision today. If Go were around, perhaps they&#x27;d have chosen that instead?
aioprisanover 11 years ago
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:&#x2F;&#x2F;golang.org&#x2F;doc&#x2F;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&#x27;m curious.
评论 #7134825 未加载
Bhelover 11 years ago
I like how they use a huge picture of a snake for the article, even when Python isn&#x27;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&#x27;s just retarded to pretend that it&#x27;s the best tool to go for everything.
评论 #7135251 未加载
pydannyover 11 years ago
I like this article because some notes I took at Walt Disney Animation Studios is referenced.<p>Yes, today it&#x27;s all about me :-)
gmontardover 11 years ago
I agree with examancer, you could put Ruby in all your article and it&#x27;s not going to change anything...
slowdownover 11 years ago
This is the author&#x27;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.
marcellover 11 years ago
As far as I can tell, the author does not work for Google, and moreover the article makes no mention of Google aside from the headline.
评论 #7134631 未加载
snakebitover 11 years ago
FWIW, I&#x27;m pretty sure that&#x27;s a picture of a Boa. So much for attention to detail.
评论 #7139272 未加载
vezzy-fnordover 11 years ago
I&#x27;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&#x27;t the <i>only</i> Python implementation, and that there&#x27;s a difference between language specification and implementation? Mind = blown, amirite?<p>* It&#x27;s so easy... scientists and mathematicians can use it? (Not to say that Python isn&#x27;t easy, but to make it out like it&#x27;d be so impressive for a hard scientist to pick up programming is silly.)
porterover 11 years ago
What does google actually use python for? Certainly not everything...
评论 #7134643 未加载
评论 #7134633 未加载