Forum: Python Jun 24th, 2009 |
| Replies: 5 Views: 14,946 If i wanted to read the words to be replaced from another text file and then replace them wat modifications to the code would i have to make?? |
Forum: Python Jun 17th, 2009 |
| Replies: 6 Views: 369 hey ppl
i have a new problem. i'm trying to read the list of urls from a file and use urllib2 to to open the websites. I have used the following code to do so.
import gopherlib
import urllib2... |
Forum: Python Jun 12th, 2009 |
| Replies: 6 Views: 369 hey
well the problem is both..since the dataset is huge feeding in each url takes a lot of time...and i have to finish this task soon
would u know a simpler way to do it?
Dat would really be... |
Forum: Python Jun 12th, 2009 |
| Replies: 6 Views: 369 hey ppl
thanks so much for the advice..dat really helped!! :D :D
but i have a new problem..as i already mentioned my task is dat i have been given a bunch of websites...they contain blog... |
Forum: Python Jun 8th, 2009 |
| Replies: 6 Views: 369 hey people i wud really really appreciate a hand here
ohk dis is my task
i have been given a bunch of urls to webpages containing blog posts
i need to extract the authorname,date,content of... |