Differences between revisions 41 and 42
Revision 41 as of 2007-11-15 03:37:01
Size: 11344
Editor: ZoomQuiet
Comment:
Revision 42 as of 2008-03-20 06:42:43
Size: 11396
Editor: WinuxPeng
Comment:
Deletions are marked like this. Additions are marked like this.
Line 22: Line 22:
Line 59: Line 58:
 * [wiki:ISBN/0596009402 Python Pocket Reference 3rd Edition]
 * [wiki:ISBN/0130409561 Python Programming Patterns]
 * [wiki:ISBN:0596009402 Python Pocket Reference 3rd Edition]
 * [wiki:ISBN:0130409561 Python Programming Patterns]
Line 62: Line 61:
 * [wiki:ISBN/0672319942 Python Developer's Handbook]  * [wiki:ISBN:0672319942 Python Developer's Handbook]
Line 64: Line 63:
 * [wiki:ISBN/0130923613 Python How to Program]  * [wiki:ISBN:0130923613 Python How to Program]
Line 67: Line 66:
 * [wiki:ISBN/007212718X Python: The Complete Reference]  * [wiki:ISBN:007212718X Python: The Complete Reference]
Line 69: Line 68:
 * [wiki:ISBN/0201709384 Learn to Program Using Python: A Tutorial for Hobbyists, Self-Starters, and All Who Want to Learn the Art of Computer Programming]  * [wiki:ISBN:0201709384 Learn to Program Using Python: A Tutorial for Hobbyists, Self-Starters, and All Who Want to Learn the Art of Computer Programming]
Line 82: Line 81:
 * [wiki:ISBN/0-7645-4807-7 Python 2.1 Bible]  * [wiki:ISBN:0-7645-4807-7 Python 2.1 Bible]
Line 87: Line 86:
 * [wiki:ISBN/0761523340 Programming With Python]  * [wiki:ISBN:0761523340 Programming With Python]
Line 93: Line 92:
 * [wiki:ISBN/1932394621 WxPython in Action]  * [wiki:ISBN:1932394621 WxPython in Action]
Line 96: Line 95:
 * [wiki:ISBN/1884777813 Python and Tkinter Programming]  * [wiki:ISBN:1884777813 Python and Tkinter Programming]
Line 105: Line 104:
 * [wiki:ISBN/0596001282 Python & XML]
 * [wiki:ISBN/0130211192 XML Processing with Python]
 * [wiki:ISBN:0596001282 Python & XML]
 * [wiki:ISBN:0130211192 XML Processing with Python]
Line 108: Line 107:
 * [wiki:ISBN/0735710902 Python Web Programming]
 * [wiki:ISBN/0130410659 Web Programming in Python]
 * [wiki:ISBN/0132433885 Rapid Web Applications with TurboGears]
 * [wiki:ISBN:0735710902 Python Web Programming]
 * [wiki:ISBN:0130410659 Web Programming in Python]
 * [wiki:ISBN:0132433885 Rapid Web Applications with TurboGears]
Line 113: Line 112:
 * [wiki:ISBN/1565926218 Python Programming on Win32] -- 虽然年代稍早,但仍是 Python 关于 Windows 编程的最好参考资料,作者之一 Mark Hammond 是Python Win32 extensions的作者。  * [wiki:ISBN:1565926218 Python Programming on Win32] -- 虽然年代稍早,但仍是 Python 关于 Windows 编程的最好参考资料,作者之一 Mark Hammond 是Python Win32 extensions的作者。
Line 115: Line 114:
 * [wiki:ISBN/0596100329 Twisted Network Programming Essentials]  * [wiki:ISBN:0596100329 Twisted Network Programming Essentials]
Line 117: Line 116:
 . 消息:中文版翻译中,年内(2007)可望面市  . 中文版由 莫迟 翻译(ISBN:9787121256660),于 2007 年出版,详情请看豆瓣上的页面。
Line 123: Line 122:
 * [wiki:ISBN/0735711119 Jython for Java Programmers]  * [wiki:ISBN:0735711119 Jython for Java Programmers]
Line 125: Line 124:
 * [wiki:ISBN/0596002475 Jython Essentials]
 * [wiki:ISBN/0201616165 Python Programming with the Java Class Libraries]
 * [wiki:ISBN:0596002475 Jython Essentials]
 * [wiki:ISBN:0201616165 Python Programming with the Java Class Libraries]
Line 128: Line 127:
 * [wiki:ISBN/1584502584 Game Programming With Python] -- 介绍了游戏编程的一般知识和模式  * [wiki:ISBN:1584502584 Game Programming With Python] -- 介绍了游戏编程的一般知识和模式
Line 130: Line 129:
 * [wiki:ISBN/1592000770 Game Programming With Python, Lua, and Ruby]  * [wiki:ISBN:1592000770 Game Programming With Python, Lua, and Ruby]
Line 135: Line 134:
 * [wiki:ISBN/3540435085 Python Scripting for Computational Science] -- 以大量实例介绍了 Python 在科学计算领域的种种日常应用,并没有牵涉太多数值计算的内容,更像是针对非专业程序员的一份教程和参考。  * [wiki:ISBN:3540435085 Python Scripting for Computational Science] -- 以大量实例介绍了 Python 在科学计算领域的种种日常应用,并没有牵涉太多数值计算的内容,更像是针对非专业程序员的一份教程和参考。

Python图书概览 ::-- ["swordsp"] [DateTime(2007-01-18T18:30:51Z)] TableOfContents

Include(swordsp/COTW/Header)

请大家关注啄木鸟社区自己的图书项目!

(!) [:ObpBroadview:博文Python图书]

{o} [:OpenBookProject:OBP-开放图书规划]

[wiki:localshare:doc/Python/ Python电子书本地收集] -- 啄木鸟空间分享了大部分

  • 请大家一一对应指引本地下载链接是也乎……ZoomQuiet

前言

  • 本页面收集整理了 Python 相关的书籍信息
  • 书名一般链接至其主页或 Amazon/China-Pub 相关页面,往往包括试读、书评、勘误、源码、补充内容等相关资源,国内出版的书也可直接在线购买。
  • Python 安装包中附带的官方文档永远是最有价值的资料之一
  • 书不必贪多,精读三五本好书,胜过藏书万卷。

书评

Include(/DiscussZhBook)

快速入门类

初学者快速入门教材,一般为免费发布的电子文档,相当一部分已有中文翻译。

语言类

此类书籍偏重 Python 语言本身的学习,或者作为手册类参考书查阅。

综合应用类

此类书籍主要介绍 Python 在各领域的典型应用,以实例学习为主,覆盖面较广但不会太深入,主要针对水平在初学者之上的读者(已经熟悉 Python 的基本语法)。

领域应用类

此类书籍关注于 Python 在某专门领域的应用或某类库的应用,一般比综合应用类书籍中的相关章节更为深入详细。

GUI 编程

文本处理

Web 开发

Windows 编程

  • [wiki:1565926218 Python Programming on Win32] -- 虽然年代稍早,但仍是 Python 关于 Windows 编程的最好参考资料,作者之一 Mark Hammond 是Python Win32 extensions的作者。

网络编程

Zope

Jython

游戏开发

  • [wiki:1584502584 Game Programming With Python] -- 介绍了游戏编程的一般知识和模式

    • 据 Amazon 上读者的反映,书中的示例代码有严重的问题。(大都依赖于作者开发的一个UI库,但缺乏维护,许多代码不能正常运行)
  • [wiki:1592000770 Game Programming With Python, Lua, and Ruby]

学院类

针对大学或者研究机构人员的 Python 书籍。

  • [http://www.brpreiss.com/books/opus7/ Data Structures and Algorithms with Object-Oriented Design Patterns in Python] -- 少有的以 Python 语言讲述数据结构和算法的书籍,同系列还有多种语言的版本

  • [wiki:3540435085 Python Scripting for Computational Science] -- 以大量实例介绍了 Python 在科学计算领域的种种日常应用,并没有牵涉太多数值计算的内容,更像是针对非专业程序员的一份教程和参考。

PyBooks (last edited 2010-10-18 04:17:13 by khsing)