Terry Johnson wrote:
Hey to the tutors. I am a newbie of course about the only background is
some old qbasic and very little c and perl. I have been wanting to write
my own Web Server Program and when I saw a few times mentioned around
python about it I am starting to check into it. If the is anyo
Hi,
> I have been wanting to write
> my own Web Server Program and when I saw a few times mentioned around
> python about it I am starting to check into it.
Take a look at the BaseHTTPServer[0] and the SimpleHTTPServer[1], both come
with Python.
[0] http://docs.python.org/lib/lib.html
[1] http:
Hey to the tutors. I am a newbie of course about the only background is
some old qbasic and very little c and perl. I have been wanting to write
my own Web Server Program and when I saw a few times mentioned around
python about it I am starting to check into it. If the is anyone who has
done such