Skip to content

Commit

Permalink
Add guide for new comer to python
Browse files Browse the repository at this point in the history
  • Loading branch information
nkchenz committed Nov 22, 2011
1 parent 7628655 commit fa8a1b0
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions docs/other.rst
Expand Up @@ -13,3 +13,22 @@ SAE app 代码以数字标识版本,如pythondemo应用有4个版本::

改变默认版本之后,请确保当前版本路径在sys.path最前面,防止误导入到旧版本的模块

Python新手?入门教程
--------------------------
笨办法学Python, Learn Python The Hard Way
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
作者: Zed Shaw, 译者: wangdingwei82@gmail.com

http://readthedocs.org/docs/learn-python-the-hard-way-zh_cn-translation/en/latest/index.html


Python 2.6.7 官方教程
~~~~~~~~~~~~~~~~~~~~~~~~~~
http://docs.python.org/release/2.6.7/tutorial/index.html

模块索引
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Python编程必备书签

http://docs.python.org/release/2.6.7/modindex.html

4 changes: 2 additions & 2 deletions docs/service.rst
Expand Up @@ -130,8 +130,8 @@ Examle:
m.smtp = ('smtp.sina.com', 25, 'me@sina.com', 'password', False)
m.send()


使用Gmail SMTP::
使用Gmail SMTP
~~~~~~~~~~~~~~~

import sae.mail

Expand Down

0 comments on commit fa8a1b0

Please sign in to comment.