Re: [Tutor] Data structure question / PyGoogle

2006-09-16 Thread Python
(forwarding to list) On Sat, 2006-09-16 at 10:31 -0500, Brian Edward wrote: > Thanks for the quick reply! I really appreciate your assistance. Of > course, it will take some time to get this worked out, but your > explanation is very clear. > > Best, > Brian > > > On 9/16/06, Python <[EMAI

Re: [Tutor] Data structure question / PyGoogle

2006-09-16 Thread Python
On Sat, 2006-09-16 at 09:44 -0500, Brian Edward wrote: > Hello all, > > I am new to Python (and programming in general) and am trying to get > PyGoogle figured out for some specific research interests. Basically, > I have done a simple search using PyGoogle and have some sitting in > memory. I h

Re: [Tutor] Data structure question / PyGoogle

2006-09-16 Thread Alan Gauld
> In this list, I have ten URL saved, which I can access by using the > brackets > and noting the specific elements. For example: > data.results[0].URL > 'http://www.psychguides.com/gl-treatment_of_schizophrenia_1999.html' > My question is, how can I access all ten URLs in a single command.

[Tutor] Data structure question / PyGoogle

2006-09-16 Thread Brian Edward
Hello all,I am new to Python (and programming in general) and am trying to get PyGoogle figured out for some specific research interests.  Basically, I have done a simple search using PyGoogle and have some sitting in memory.  I have an object data.results, which is apparently a list:>>> type(data