##language:zh
'''
参与者,建议准备的…………
'''

-- Zoom.Quiet [<<DateTime(2005-01-17T17:28:01Z)>>]

<<TableOfContents>>
''与所有的Python 项目相仿''
=== 环境及工具 ===
 * python 2.4版
 * Cygwin 安装包: [[attachment::setup.exe]]
 * IDE环境
   * 自个儿喜欢的 
   * LeoEnvironment -- 文章化编程环境
 * cvs
   * linux - 自带即可
   * windows - cygwin:http://www.cygwin.com, 带cvs, 因为tigris可以不用ssh,因此只要有cvs即可
   * 其它cvs工具也可以
   * '''推荐 Eclipse 内置的!'''

=== 第三方python包 ===
 * epydoc 用来编写程序中的文档。访问:[[http://epydoc.sourceforge.net/|epydoc]](最新2.1)
 * docutils 用来写一般文档。访问:[[http://docutils.sourceforge.net/|docutils]](最新0.3.5)
 * 其它
=== 联系 ===
 * 要求订阅 python.cn 或 google上的邮件列表(已经满足)
 * (可选)拥有自已的blog或wiki,便于发表成果和讨论问题
 * (可选)使用qq,uc,或msn在需要即时或语音讨论时使用
=== 编码要求 ===
 * 一般文档要求使用reStructure格式编写,参考[[reST]]
 * 程序注释文档要求使用epydoc格式来编写,参考[[http://epydoc.sourceforge.net/epytext.html|epytext]]
 * 代码规范参考 [[http://wiki.woodpecker.org.cn/moin.cgi/Python_e5_bc_80_e5_8f_91_e7_bc_96_e7_a0_81_e8_a7_84_e8_8c_83?action=highlight&value=%E7%BC%96%E7%A0%81%E8%A7%84%E8%8C%83|Python编码规范]]