= Windows Python IDE = * 下載安裝: * JRE6:http://java.com/zh_TW/download/manual.jsp * http://javadl.sun.com/webapps/download/AutoDL?BundleId=39494 * Eclipse 3.5.2:http://www.eclipse.org/downloads/ * 下載:http://www.eclipse.org/downloads/download.php?file=/technology/epp/downloads/release/galileo/SR2/eclipse-java-galileo-SR2-win32.zip * PyDev:http://pydev.org * 安裝 plug in:http://marketplace.eclipse.org/updatesite/help?url=http://pydev.org/updates/ * HELP → Install New Software → Add。 * 在 Location 填入:http://pydev.org/updates/ * 將 PyDev 全打勾,選 next…next…accept。 * 設定: * Windows → Preferences: * Python interpreter:設定你 python.exe 所在位置。 * system PYTHONPATH:設定 library 所在資料匣。 = mail = * http://libgmail.sourceforge.net/ * GAE:http://code.google.com/intl/zh-TW/appengine/docs/python/mail/overview.html * http://codecomments.wordpress.com/2008/01/04/python-gmail-smtp-example/ * http://www.example-code.com/python/python-gmail.asp * http://www.velocityreviews.com/forums/t346200-smtplib-and-tls.html * http://djkaos.wordpress.com/2009/04/08/python-gmail-smtp-send-email-script/ = 中文問題 = python SyntaxError: Non-ASCII character * http://hi.baidu.com/daping_zhang/blog/item/09dda71ea9d7d21f4134173e.html * http://hi.baidu.com/daping_zhang/blog/item/847243a7b832ce95d1435833.html = mysql = * mysqlDb:http://sourceforge.net/projects/mysql-python/ = GAE = * 看 request header 中的 User-Agent 判斷 device (如 mobile)