[Tutor] Embedding Python scripts in web pages

alan.gauld@bt.com alan.gauld@bt.com
Tue, 17 Aug 1999 13:35:30 +0100


> Yes, I have, I've written a search engine in Python.

> > > How do I embed a Python script on a web page? I'm trying 
> to write an access counter, but can't even see how to print data to the
page.

So what exactly is the problem? How did you display the search results?
Presumably by writing HTML... Do the same for the counter, possibly 
jazzing it up with a table and some fancy text affects. Store the 
count value in a file somewhere.

Alan G.