[Tutor] Help Pls

alan.gauld@bt.com alan.gauld@bt.com
Thu, 8 Nov 2001 15:05:53 -0000


> (i.e) Creating ASP pages using Python Script.

You can use the winall library from Mark Hammond.
This conains a script that you run which registers Python as
an Active Scripting language under Windows Script Host.
What that means is you can then write ASP pages in Python 
just by doing:

<script language="python"> etc

Of course you need to do that on your Web server!

There is also PSP which is similar in concept to ASP but 
uses Python exclusively.

Finally there are various other Web style things you can do 
on IIS including Windows CGI.

Mark Hammonds Win32 Python book from O'Reilly explains the ASP stuff in more
eetail with a 

> 
> I seached lot of site, but all will give in Unix Platform. So 
> Please some
> related links about web programming in Python
> 
> Thanking You
> 
> 
> 
>