Re: [Tutor] Very Newbie

2005-03-22 Thread Kent Johnson
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

Re: [Tutor] Very Newbie

2005-03-22 Thread Lutz Horn
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:

[Tutor] Very Newbie

2005-03-22 Thread Terry Johnson
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