On Aug 23, 8:33 am, [EMAIL PROTECTED] wrote:
> Hi everybody, i'm new to the forum so: hello everybody (should I say
> "world"?) ^_^
> I'm trying to do a simple spider in python which:
>
> 1) ask google a query
> 2) parse the data
>
> I'm a python newbie so *any* help would be very, very welcommed.
> Thanks in advice!
>
> cheers!

Take a look at the docs for urllib2.urlopen().  The examples should
give you most of what you need.


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to