[Tutor] Python + HTTP?

Alexandre Ratti alex@gabuzomeu.net
Wed, 03 Apr 2002 10:41:49 +0200


Hi Rohan,


At 23:09 02/04/2002 -0500, you wrote:
>Date: Tue, 2 Apr 2002 21:17:31 -0500
>From: Rohan Deshpande <rdzx@myrealbox.com>
>Subject: [Tutor] Python + HTTP?

>I've just read through the tutorial for Python on the www.python.org
>website, and I was just wondering where one should go to learn more
>about HTTP programming with python.  Basically, I want to be able to
>post data using user input, and then get files from websites and parse
>them.  Any tips?

Take a look at this doc:

"Writing Web Client-Side Applications in Python", Moshe Zadka

http://www.python9.org/p9-zadka.ppt

I remember I found interesting hints and code examples in this presentation.


Cheers.

Alexandre