python cgi设计相关的网址

http://webpython.codepoint.net/about
http://gnosis.cx/publish/programming/feature_5min_python.html
http://www.devshed.com/index2.php?option=content&task=view&id=198&pop=1&page=0&hide_js=1
http://www.cs.virginia.edu/~lab2q/lesson_7/


  • WebProgramming - the natural next step beyond simple CGI scripts.

  • cgi module documentation

  • Cookie module documentation

  • Python CGI tutorial - setup in a shared host, forms, debug, shell commands, cookies, etc

  • python CGI tutorial - w/ hints about maintaining sessions either through forms or through cookies

  • python CGI tutorial - w/ hints about printing out tracebacks

  • other internet protocol module documentation

  • Writing CGI Scripts in Python

  • Voidspace Python CGI collection - Working Python CGI scripts to use and/or study

你可能感兴趣的:(#Python)