Google and Python usage
Collapse
This topic is closed.
X
X
-
David M. CookeTags: None -
Peter Hansen
Re: Google and Python usage
David M. Cooke wrote:
[color=blue]
> Everybody says Google uses Python, but I've never seen it... until I
> came across this, for the Google AdWords support page:
>
> https://adwords.google.com/support/b...c.py?topic=102
>
> Is that a .py I spy?[/color]
I guess so, but in any case the usual use of Python attributed
to Google is not something you *would* see, as it's always been
said to be on the back end, collecting and indexing the sites
in the first place, not on the front end. Nice to see their
use of it is growing even beyond that...
-Peter
-
Wilk
Re: Google and Python usage
cookedm+news@ph ysics.mcmaster. ca (David M. Cooke) writes:
[color=blue]
> Everybody says Google uses Python, but I've never seen it...[/color]
In almost all my web sites, i use only python but you'll never see a .py
page...
--
Wilk - http://flibuste.net
Comment
-
Terry Reedy
Re: Google and Python usage
"Peter Hansen" <peter@engcorp. com> wrote in message
news:t62dndgNZ6 u3bT_dRVn-hA@powergate.ca ...[color=blue]
> David M. Cooke wrote:
>[color=green]
> > Everybody says Google uses Python, but I've never seen it... until I
> > came across this, for the Google AdWords support page:
> >
> > https://adwords.google.com/support/b...c.py?topic=102
> >
> > Is that a .py I spy?[/color]
>
> I guess so, but in any case the usual use of Python attributed
> to Google is not something you *would* see, as it's always been
> said to be on the back end, collecting and indexing the sites
> in the first place, not on the front end. Nice to see their
> use of it is growing even beyond that...[/color]
I think it reasonable to suppose that they also use Python to prototype and
test new features and algorithms that later get either discarded or recoded
in C or whatever for speed. They rerun at least some programs enough times
that recoding can pay off in reduced hardware costs. But their continued
success depends on staying nimbly ahead of the competition.
Terry J. Reedy
Comment
Comment