CGI Web Python Tutorial

#!/usr/bin/python
#Send header to browser
print "Content-type: text/html\n"
print "CGI Text\n"
webText = """

  • Python Web Site


  • Python Documentation


  • Cheeseshop

  • """
    print webText