Live data from Hacker News

Why Python is Powerful Enough for Google

codefellows.org

1–10 of 23 posts

Re: Why Python is Powerful Enough for Google

#8
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 http://golang.org/doc/faq#Is_Google_using_go_internally. 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.

Re: Why Python is Powerful Enough for Google

#10
I'm not against Python by any means. I like it and I use it fairly often.

However this article is very unconvincing.

The arguments summed up in order are basically:

* Python has generators.

* Python interpreters are getting faster.

* Argument from popularity.

* Holy shit, guys! Did you know that CPython isn't the only Python implementation, and that there's a difference between language specification and implementation? Mind = blown, amirite?

* 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.)

Post reply on HN