Your First Python CGI Script : Introduction : CGI Web PYTHON TUTORIALS


PYTHON TUTORIALS » CGI Web » Introduction »

 

Your First Python CGI Script


#!c:/Python25/python

from os import *
from cgi import *

print "Content-type: text/htmlnn"
print "<BR><B>Hello Python!</B>"



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON TUTORIALS

 Navioo CGI Web
» Introduction