Size: 1456
Comment:
|
← Revision 3 as of 2009-12-25 07:17:16 ⇥
Size: 1470
Comment: converted to 1.6 markup
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | Line 6: |
-- Zoom.Quiet [[[DateTime(2005-01-17T17:28:01Z)]]] | -- Zoom.Quiet [<<DateTime(2005-01-17T17:28:01Z)>>] |
Line 8: | Line 8: |
[[TableOfContents]] ''与所有的Python 项目相仿 |
<<TableOfContents>> ''与所有的Python 项目相仿'' |
Line 12: | Line 12: |
* Cygwin 安装包: attachment::setup.exe | * Cygwin 安装包: [[attachment::setup.exe]] |
Line 23: | Line 23: |
* epydoc 用来编写程序中的文档。访问:[http://epydoc.sourceforge.net/ epydoc](最新2.1) * docutils 用来写一般文档。访问:[http://docutils.sourceforge.net/ docutils](最新0.3.5) |
* epydoc 用来编写程序中的文档。访问:[[http://epydoc.sourceforge.net/|epydoc]](最新2.1) * docutils 用来写一般文档。访问:[[http://docutils.sourceforge.net/|docutils]](最新0.3.5) |
Line 31: | Line 31: |
* 一般文档要求使用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编码规范] |
* 一般文档要求使用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编码规范]] |
参与者,建议准备的…………
-- Zoom.Quiet [2005-01-17 17:28:01]
Contents
与所有的Python 项目相仿
环境及工具
- python 2.4版
Cygwin 安装包: :setup.exe
- IDE环境
- 自个儿喜欢的
LeoEnvironment -- 文章化编程环境
- cvs
- linux - 自带即可
windows - cygwin:http://www.cygwin.com, 带cvs, 因为tigris可以不用ssh,因此只要有cvs即可
- 其它cvs工具也可以
推荐 Eclipse 内置的!
第三方python包
联系
- 要求订阅 python.cn 或 google上的邮件列表(已经满足)
- (可选)拥有自已的blog或wiki,便于发表成果和讨论问题
- (可选)使用qq,uc,或msn在需要即时或语音讨论时使用
编码要求
一般文档要求使用reStructure格式编写,参考reST
程序注释文档要求使用epydoc格式来编写,参考epytext
代码规范参考 Python编码规范