Version 15 (modified by wade, 15 years ago) (diff) |
---|
Windows Python IDE
- 下載安裝:
- JRE6:http://java.com/zh_TW/download/manual.jsp
- Eclipse 3.5.2:http://www.eclipse.org/downloads/
- 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 所在資料匣。
- Windows → Preferences:
- 開始:
- File → New → Other → Pydev → Pydev Project,或 crtl + n → Pydev → Pydev Project。
- Project name:設定你的專案名稱:test。
- Project contents:讓系統設定你專案所在目錄。
- Project type:選 Python。
- Grammer Version:選擇 Python 版本。
- Interpreter:選擇你所使用的直譯器。
- 在 test 專案按右鍵 → New Pydev package。
- File → New → Other → Pydev → Pydev Project,或 crtl + n → Pydev → Pydev Project。
- 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 編碼:
- http://diveintopython3.org/strings.html
mysql
- mysqlDb:http://sourceforge.net/projects/mysql-python/
GAE
- 看 request header 中的 User-Agent 判斷 device (如 mobile)
IronPython?
- 在 .net 平台上所實作的 python。http://ironpython.codeplex.com/
Attachments (1)
- msvcp90.dll (555.5 KB) - added by wade 13 years ago.
Download all attachments as: .zip