I want to access websites without using their API. Would i do this by using something like Mechanize?
4 Answers
Two suggested answers:
http://docs.python.org/library/httplib.html
http://docs.python.org/library/urllib.html
Good introduction is also a chapter from Dive into Python3 Chapter 13. HTTP Web Services
3 Comments
user216171
Ofcourse i've used Google, but i thought there were frameworks that would do all of the mundane tasks by itself. Thanks anyway.
Sadık
Why I hate the anwer "ask google": the answers I find on SO after asking google always want me to ask google.
Kenneth Eggering
@dwich, the "Chapter 11..." link in your answer is no longer available.