PyGoogle featured on Google Code

B

beliavsky

Google has started a site Google Code http://code.google.com/ to
showcase Open Source software, and the first featured project is
PyGoogle, a Python module wrapper for the Google Web APIs. Also
mentioned is goopy/functional, a library that brings functional
language attributes to Python.
 
E

EP

(e-mail address removed) reported:
Google has started a site Google Code http://code.google.com/ to
showcase Open Source software, and the first featured project is
PyGoogle, a Python module wrapper for the Google Web APIs. Also
mentioned is goopy/functional, a library that brings functional
language attributes to Python.


I saw that. Nice for those who want Python to be marketed - I think this is huge PR. Python isn't mentioned as an also ran after Java, C++ and Perl, etc.; Python is a headliner. Add the fact that Google publishes a functional programming library for Python, and it is clear the world's leading search engine places real working value on and trust in Python.


Even so, IT and business application departments throughout lalaland are still awash in VBA, Word Macros, and Perl programs no one still around really understands...


EP of Lalacentral
 
M

Michael Hoffman

Google has started a site Google Code http://code.google.com/ to
showcase Open Source software, and the first featured project is
PyGoogle, a Python module wrapper for the Google Web APIs. Also
mentioned is goopy/functional, a library that brings functional
language attributes to Python.

I took a look at goopy and I found that much of the stuff in it
could be done more efficiently with an itertools recipe. But then
again, it also had sum() and maximum() functions so it must have
been written for an older version of Python. Not sure how useful
it is to someone with Python 2.3+. Although thanks anyway, Google!

Although there is a flatten(); Raymond is still working on that. ;)
 
S

Skip Montanaro

Michael> I took a look at goopy and I found that much of the stuff in it
Michael> could be done more efficiently with an itertools recipe. But
Michael> then again, it also had sum() and maximum() functions so it
Michael> must have been written for an older version of Python.

I thought I saw that it was supposed to work with Python 2.1.

Skip
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,535
Members
45,008
Latest member
obedient dusk

Latest Threads

Top