TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Why Python is Powerful Enough for Google

23 点作者 mikeyanderson超过 11 年前

12 条评论

examancer超过 11 年前
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.
pathikrit超过 11 年前
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.
skybrian超过 11 年前
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?
aioprisan超过 11 年前
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 未加载
Bhel超过 11 年前
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 未加载
pydanny超过 11 年前
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 :-)
gmontard超过 11 年前
I agree with examancer, you could put Ruby in all your article and it&#x27;s not going to change anything...
slowdown超过 11 年前
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.
marcell超过 11 年前
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 未加载
snakebit超过 11 年前
FWIW, I&#x27;m pretty sure that&#x27;s a picture of a Boa. So much for attention to detail.
评论 #7139272 未加载
vezzy-fnord超过 11 年前
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.)
porter超过 11 年前
What does google actually use python for? Certainly not everything...
评论 #7134643 未加载
评论 #7134633 未加载