Differences between revisions 27 and 42 (spanning 15 versions)
Revision 27 as of 2005-09-07 09:52:38
Size: 4906
Editor: ZoomQuiet
Comment:
Revision 42 as of 2005-12-21 03:26:33
Size: 2017
Editor: ZoomQuiet
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
[[Include(PythoNology)]]
Line 5: Line 6:
=== Pythonology 蠎学! ===
http://pythonology.org/pimages/pythonology-mac.gif'''[http://pythonology.org/ Build Better Software Faster with Python]'''
 * '''PythonZen -- 蟒之禅'''
 * Python 以无数方便,理性的特性来增强了我们的创造力!新特性,真本质……都是要细细琢磨的!
  * [http://www.chinesepython.org/cgi_bin/moingb.cgi/_d2_bb_c7_d0_b4_d3_d3_ce_cf_b7_bf_aa_ca_bc 中蟒的一篇檄文]综合性的确立了我的 PythonIc世界观!
  * 全文转录于此 -- '''[wiki:self/AllStartFromGame 一切从游戏开始!]'''
## ===== Python学习笔记 =====
[[Include(SpreadPython)]]
Line 12: Line 9:
 * [http://www.donews.net/limodou/ Limodou] -- 不断的在自个儿的Blog 中公开学习心得!
  * 这里在下诚意分类总结为文章
 * ThinkIntoPython -- 深入理解Python!!!
 * ["fp4python"] -- Hoxide 开始组织;
   * 之前的 ["FP编程的一点资料"] -- Python 从来不拒绝任何优秀的编程思想!
=== Py 4 distribute ===
[[Include(PyDistribute)]]
Line 18: Line 12:
==== Python 版本 ====
'''追踪不同版本间的特性差异'''
 * [http://www.python.org/dev/doc/devel/whatsnew/ WhatSnew]--Python 2.5
==== Jython ====
'''差点儿死的咖啡蟒'''
 * ["Jython"]

==== Py Books ====
 * ["PyCookbook"] - Python 食谱 [http://www.linuxforum.net/forum/showprofile.php?Cat=&User=rings&Number=487139&Board=python&what=showflat&page=1&view=collapsed&sb=5&o=31&fpart=1&vc=1 rings] 启动!
 * ["TPiP"] - Py 的文本处理,Text Processing in Python (a book)_files "David Mertz,Ph.D. ([email protected])"
 * ["Dive Into Python"] -- 深入Python !Python 精粹!
 * PythonFaq -- 中蟒上的繁体版本
 * A Byte of Python - 中文名叫《简明Python教程》由沈洁元编译
  * [http://www.byteofpython.info/language/chinese/index.html 在线观看]
   * 压缩包下载: attachment:abyteofpython_cn.rar
  * [http://www.woodpecker.org.cn/share/doc/abyteofpython_cn/chinese/ 本地阅读]
   * [http://www.woodpecker.org.cn/share/doc/abyteofpython_cn/abyteofpython_cn.chm CHM打包文档下载]
  * 感谢 ["limodou"] 发现!
 * PythonTut(Python指南 刘鑫译)
   * [http://wiki.woodpecker.org.cn/moin.cgi/limodou?action=AttachFile&do=get&target=python_2_4_tut.rar 压缩包下载]

==== Py Tips ====
 * [http://www-900.ibm.com/developerWorks/cn/linux/theme/special/index.shtml#python Python 编程系列]::developerWorks 中国网站 : Linux : 所有的文章
 * ["PyOptimize"] -- Python编程速度技巧
 * ["PyTips"] - 小技巧收集
 * ["PyPorgramGames"] -- 编程游戏收集,游戏中可以应用到最高的编译技巧!
 * ["PyCmp"] -- Python构建编译器, 解释器
 * FileManagementInPython -- Pythonic 的文件处理
===== Python学习笔记 =====
[[Include(PyLearningNote)]]

===== Py 4 Web =====
'''Python web 开发技巧'''
 * ["PythonClientCookie"] -- 解决在 Python 中登录网站的问题
===== Py 4 Chinese =====
=== Py 4 Mobile ===
'''Python 在移动设备中的开发'''
 * PyMobileDev -- 如何在移动设备中开发Python 应用
=== Py 4 Chinese ===
Line 57: Line 20:

==== 中Python资源 ====
 * UnicodeHowto -- Unucode 到底是什么?
==== 中Python资源 ====
Line 64: Line 27:
=== Py Web Application Frameworks === === Py 4 IDE/GUI ===
[[Include(PyGuiDev)]]
=== Py 4 Web ===
'''Python web 开发技巧'''
 * ["PythonClientCookie"] -- 解决在 Python 中登录网站的问题

=== Py Web 应用平台(Application Frameworks) ===
Line 72: Line 41:
=== Py 4 IDE ===
'''Python 综合开发环境'''
 * ["PyIDEguider"] -- 中文Python 开发工具使用向导
 * [http://www.czug.org/docs/zwiki/X_e4_b8_ad_e6_96_87Python_e5_bc_80_e5_8f_91_e5_b7_a5_e5_85_b7_e4_bd_bf_e7_94_a8_e5_90_91_e5_af_bc CZUG发表处]
 * ["EclipseIDE"] - 强大的 [http://www.eclipse.org/ Eclipse] 集成开发环境说明
 * ["Emacs"] - 编辑器至尊 [http://www.gnu.org/software/emacs/ Emacs]
 * LiterateProgramming -- 文学编程 Leo 为典型,提供了一个高效的编程模式
 * ["NewEdit"] - wxPython + python 的纯Python编辑器

一种精心设计出来的脚本语言,使你可以快捷的实现任何愿望!

  • ["Python广告集"] ;)

  • [wiki:self/PythonCodingRule Python开发编码规范] --- hoxide dreamingk 贡献

Include(PythoNology)

Include(SpreadPython)

Py 4 distribute

Include(PyDistribute)

Py 4 Mobile

Python 在移动设备中的开发

  • PyMobileDev -- 如何在移动设备中开发Python 应用

Py 4 Chinese

Python 中文 开发技巧

中文Python资源

Py 4 IDE/GUI

Include(PyGuiDev)

Py 4 Web

Python web 开发技巧

Py Web 应用平台(Application Frameworks)

Include(PyWebAppFrameworks)

Py in M$

Python 实用开发包

  • ["PythonPackages"] -- 把大家发现的python包都汇聚到这里吧

Python 扩展与嵌入

  • ["Swig"] -- 最方便、强悍换python库扩展工具

AllAboutPython (last edited 2009-12-25 07:12:56 by localhost)