PythonNoGoogle

Citação de Peter Norvig

Fonte: Python Quotes

"Python tem sido uma parte importante do Google desde o início, e permance assim conforme o sistema cresce e evolui. Hoje, dezenas de engenheiros do Google usam Python, e estamos procurando por mas pessoas com conhecimento nessa linguagem." disse Peter Norvig, diretor de qualidade de busca do Google, Inc.

Desenvolvedores Python contratados pelo Google

Onde o Python é usado?

Fonte: Python At Google

Internally Google has been using Python 2.2. It has been hard for them to move forward to 2.3 or 2.4 becaue of the large number of machines that the have and they have to have compatibility amoung those machines (I'm assumming this is more of an IT issue, since Python is pretty good at backwards compatibility, but I guess if you deploy 2.4 and start using decorators any machine running 2.2 will choke). Greg said that they will soon try to move to 2.4.

Programadores Python no Google devem seguir um padrão de estilo estrito (baseado na PEP8 com identação de 2 espaços). When engineers are first granted commit access to their SCM system, they must pass a style test. All code must pass through two sets of eyes before being checked in. That combined with liberal doses of unittest, pychecker and code coverage eliminates most non-algorithmic issues that might appear in python code. Onde Python é usada?

PythonNoGoogle (editada pela última vez em 2008-09-26 14:07:47 por localhost)