Size: 2196
Comment: converted to 1.6 markup
|
← Revision 48 as of 2010-08-25 14:06:13 ⇥
Size: 2096
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
'''[[localshare:doc/Python/|Python电子书本地收集]]''' -- 啄木鸟空间发布 | [[localshare:doc/Python/|Python电子书本地收集]] -- 啄木鸟空间发布 |
Line 5: | Line 5: |
* '''OpenBookProject -- 开放图书计划!'''使用DocBook 标准化的生产/维护/创建/推广好书! OsmondLiang创立 [[CDBE]] 作者 | * OpenBookProject -- 开放图书计划!使用DocBook 标准化的生产/维护/创建/推广好书! OsmondLiang创立 [[CDBE]] 作者 |
Line 7: | Line 7: |
* '''[[March_Liu/PyTutorial|Python教程]]''' -- 刘鑫 主持 * '''[[localshare:doc/abyteofpython_cn/chinese/index.html|《简明 Python 教程》]]v1.2''' -- 沈洁元 译版 * '''PyProgFaq''' -- 《Python编程FAQ》-- 由liqust翻译 * '''PyFaqDict''' -- 总是要回答的基础的不能再基础的一些概念词典! * '''[[PyIAQ]]''' -- Python 罕见问题集! |
* [[March_Liu/PyTutorial|Python教程]] -- 刘鑫 主持 * [[localshare:doc/abyteofpython_cn/chinese/index.html|《简明 Python 教程》]]v1.2 -- 沈洁元 译版 * PyProgFaq -- 《Python编程FAQ》-- 由liqust翻译 * PyFaqDict -- 总是要回答的基础的不能再基础的一些概念词典! * [[PyIAQ]] -- Python 罕见问题集! |
Line 13: | Line 13: |
* '''[[self:PythonCodingRule|Python开发编码规范]]''' --- hoxide dreamingk 贡献 | * [[self:PythonCodingRule|Python开发编码规范]] --- hoxide dreamingk 贡献 |
Line 17: | Line 17: |
* '''DiveIntoPythonZh -- 《深入Python》中文翻译项目''' | * DiveIntoPythonZh -- 《深入Python》中文翻译项目 |
Line 19: | Line 19: |
* '''[[Py3kDocZh|Py3k文档中文体会版]] * '''PySourceCode -- 《Python源码剖析》从Python源码中来,到Python应用中去''' |
* [[Py3kDocZh|Py3k文档中文体会版]] * PySourceCode -- 《Python源码剖析》从Python源码中来,到Python应用中去 |
Line 23: | Line 23: |
* '''[[TPiP]]''' - Py 的文本处理 * '''[[Zope3Book]]''' -- Zope X3 开发者手册! * '''PyTwisted - Twisted 一个功能丰富的高性能socket开发框架''' |
* [[TPiP]] - Py 的文本处理 * [[Zope3Book]] -- Zope X3 开发者手册! * PyTwisted - Twisted 一个功能丰富的高性能socket开发框架 |
Line 27: | Line 27: |
* '''[[self:rockety/2005-10-21|编程艺术简介]]''' | * [[self:rockety/2005-10-21|编程艺术简介]] |
Line 35: | Line 35: |
* '''[[modpythoncn|mod_python 文档]]''' | * [[modpythoncn|mod_python 文档]] |
Line 37: | Line 37: |
* '''[[lilin/gdal-index|GDAL库介绍]]''' -- Py 的GSI 应用强力库 | * [[lilin/gdal-index|GDAL库介绍]] -- Py 的GSI 应用强力库 |
Line 39: | Line 39: |
精读类:: | |
Line 41: | Line 40: |
<<Include(PythonPeruse)>> | <<Include(PythonPeruse,"精读类",4)>> |
Python电子书本地收集 -- 啄木鸟空间发布
Python图书概览 -- 分类指引电子书 swordsp
- 教学类图书
OpenBookProject -- 开放图书计划!使用DocBook 标准化的生产/维护/创建/推广好书! OsmondLiang创立 CDBE 作者
初学入门类:
Python教程 -- 刘鑫 主持
《简明 Python 教程》v1.2 -- 沈洁元 译版
PyProgFaq -- 《Python编程FAQ》-- 由liqust翻译
- 中级开发类
Python开发编码规范 --- hoxide dreamingk 贡献
《wxPython In Action》活学活用wxPython --- ZZJ 翻译, Hairui整理
高级手册类:
DiveIntoPythonZh -- 《深入Python》中文翻译项目
- 好书不常有,好书常更新,我们读好书,好书要常读,常读常更新,永远是好书!
PySourceCode -- 《Python源码剖析》从Python源码中来,到Python应用中去
PyCookbook - Python 食谱
PP3eD - Programming Python 3 edition (August 1, 2006)
TPiP - Py 的文本处理
Zope3Book -- Zope X3 开发者手册!
PyTwisted - Twisted 一个功能丰富的高性能socket开发框架
TwistedStudyRecord -- Twisted学习笔记 汇集大家的体验
- 开发包/API类手册
PyGame ~ Python 游戏开发包
PyCurl ~cURL lib py 实现
ModPythonBestPractices Mod_python 最佳实践
Python_Network_Programming - Python网络编程简介
wxPython_API - wxPython API参考
GDAL库介绍 -- Py 的GSI 应用强力库
精读类
Python通则
Mixin:
Mix-in技术介绍 ~ Limodou
Py3000 -- 即将问世的可以用到公元3000的版本!
Py3000StatusUpdate -- 开发预告
Python2.4
Python 精要参考(第二版) 译者:Feather WeiZhong (排名字母序)
Python2.5
Py2.5 yield 详说 -- shhgs