Python as a HTTP Client

Fredrik Lundh fredrik at pythonware.com
Thu Nov 10 08:08:47 EST 2005


"pinkfloydhomer at gmail.com" wrote:

>I am writing a program that has to do some lightweight HTTP
> communication with a webserver on the internet. I haven't checked, but
> I'm sure I could do something lowlevel like opening a socket myself and
> then send/receive everything myself on this (how do I do that?), but
> I'd bet that Python have some module which is more high level.

before proceeding, could you PLEASE spend a few minutes browsing the
following chapters

    http://docs.python.org/tut/node12.html
    http://docs.python.org/tut/node13.html

as well as this page:

    http://docs.python.org/lib/

</F> 






More information about the Python-list mailing list