2007年1月4日 星期四

Writing CGI scripts in Python

Python Wiki article about CGI
Web Python Tutorial @codepoint A simple yet easy to understand Python CGI tutorial

基本上用 Python 寫 CGI 不難,CGI 本來就是能 print 到 stdout 的東西都能寫。:D Python 的一些 Library Module 簡化了一些CGI 會碰到的問題,包括
  • fieldstorage: 直接把 html form 的值轉換成 dict.
  • cgitb: trace cgi 程式時的有用資訊。cgi 程式沒有 console 和 terminal, 通常較難用試誤的方式找出問題。
  • Cookie: 簡化處理 http cookie

沒有留言:

張貼留言