Python scraping tool



I'm thinking I need to learn python. Got any suggestions on where to start?

I have pretty extensive knowledge in PHP, if that's going to help at all.
 
I'm thinking I need to learn python. Got any suggestions on where to start?

I have pretty extensive knowledge in PHP, if that's going to help at all.

Python is virtually pseudo code, spend an hour two following a tutorial and you should be pretty competent. The docs are great.
 
The tutorial is good.

the books dive into python and learn python the hard way are pretty good.

also make stackoverflow.com and #python on freenode your new best friends.
 
Latest commits:

results = multi_grab(urls)

returns all successful grabs as (url,result) tuples. Uses gevent for "threading", fast as fuck :)