您的浏览历史

学习Python 第三版(英文影印版)

促销活动
精彩评论

基本信息

编辑推荐

《学习Python(第三版)》基于作者Mark Lutz在过去10年间讲授培训课程所使用的资料。除了大量的注解插图和每章总结外,作者还为每章加入了独特的一节,通过实际练习和复习提问的方式,让您在学习过程中练习新的技能,测验对概念的理解程度。

内容简介回到顶部↑

Python是一种理想的独立程序和脚本程序语言,具有可移植、强大和易用的特点。无论您是初学程序设计还是初学Python,都能通过本书快速而高效地掌握Python核心语言的基础。通读本书,您可以获得足够多的知识,能够学习将Python用于您所选择的任何应用领域。
  《学习Python(第三版)》基于作者Mark Lutz在过去10年间讲授培训课程所使用的资料。除了大量的注解插图和每章总结外,作者还为每章加入了独特的一节,通过实际练习和复习提问的方式,让您在学习过程中练习新的技能,测验对概念的理解程度。
  本书内容包括:
  类型和运算——深入Python内置对象类型:数值、列表、字典及其他。
  语句和语法——用来创建和处理对象的Python代码以及Python通用语法模型。
  函数——Python的基本结构化和代码重用工具。
  模块——将语句、函数和其他工具组织为更大的组件。
  类和面向对象编程——可选的Python面向对象程序设计工具,用于定制和重用结构化代码。
  异常和工具——处理语句和模块异常,并介绍编写较大型程序所使用的开发工具。
  有关即将发布的Python 3.0的一些讨论。
  《学习Python 第三版》为您理解Python语言提供了完整而又深入的介绍,帮助您领会在以后的工作中会遇到的应用级Python实例。如果您准备好探索Google和YouTube究竟从Python中发现了什么,那么本书就是一个最好的开始。

作译者回到顶部↑

本书提供作译者介绍

作为Python培训界的领军人物,Mark Lutz是有关Python方面的最早和最畅销书籍的作者,并且从1992年起就是Python社区的先驱之一。同时他还是O'Reilly的《Programming Python》和《Python Pocket Reference》两本书的作者。Mark从1997年开始教授Python课程,截至2007年已经指导了超过200次培训。此外Mark拥有计算机科学学士和硕士学位,以及25年的软件开发经验。...
.. << 查看详细

目录回到顶部↑

Preface
PartⅠ.Getting Started
1.A Python Q&A Session
  Why Do People Use Python?
   Software Quality
   Developer Productivity
   Is Python a“Scripting Language”?
   OK,but What’S the Downside?
   Who Uses Python Today?
   What Can I Do with Python?
   Systems Programming
   GUIs
   Internet Scripting
   Component Integration
   Database Programming
   Rapid Prototyping
   Numeric and Scientific Programming
   Gaming,Images,AI,XML,Robots,and More
  What Are Python’S Technical Strengths?
   It’S Object Oriented

前言回到顶部↑

About This Third Edition .
In the four years since the second edition of this book was published in late 2003, there have been substantial changes in Python itself, and in the topics I present in Python training sessions. Although I have attempted to retain as much of the prior version of this text as possible, this new edition reflects many recent changes in the Python language and in Python training, as well as a handful of structural changes.
This Edition’s Python Language Changes On the language front, this edition has been thoroughly updated to reflect Python 2.5 and all changes to the language since the publication of the second edition. (The second edition was based largely on Python 2.2, with some 2.3 features grafted on at the end of the project.) In addition, discussions of anticipated changes in the upcoming Python 3.0 release have been incorporated where appropriate. Here are some of the major language topics of which you’ll find new or expanded coverage in this edition:
·The new B if A else C conditional expression (Chapter 12).
·with/as context managers (Chapter 27).
·try/except/finally unification (Chapter 27).
·Relative import syntax (Chapter 21). ..
·Generator expressions (Chapter 17).
·New generator function features (Chapter 17).
·Function decorators (Chapter 26).
·The set object type (Chapter 5).
·New built-in functions: sorted, sum, any, all, enumerate (Chapters 4 and 13).
·The decimal fixed-precision object type (Chapter 5).
·New and expanded material on files, list comprehensions, iterators, and more (Chapters 13 and 17).
·New development tools coverage: Eclipse, distutils, unittest and doctest, IDLE enhancements, Shedskin, and so on (Chapters 3 and 29).
Smaller language changes (for instance, the widespread use of True and False, the new sys.exc_info for fetching exception details, and the demise of string-based exceptions, string methods, and the apply and reduce built-ins) are discussed throughout the book. In addition, some of the features that were new in the prior edition enjoy substantially expanded coverage here, including three-limit slices, and the arbitrary arguments call syntax that subsumes apply. ...

评论交流

共有17人开贴评论  17人参与评论  16人参与打分 查看

10人
 62%
用户平均打分
我要写评论 help如何参与评论和打分
2人
 12%
3人
 18%
1人
 6%
0人
 0%

bbiao
一级评论员
该会员在china-pub购买过此书
评价等级:  
发表于:2009-11-5 9:12:00
这本书比较适合接触计算机编程的初学者,程序员来看不是特别合适,因为书中讲述的内容于于具体,如果你对英文的阅读能力不是特别的强的话,很难一目十行的就学习。不过如果有时间。逐章的读下来还是受益匪浅。
您觉得呢? 送鲜花 (得0支)  扔鸡蛋 (得0个)

lwty21

一级评论员
该会员在china-pub购买过此书
评价等级:  
发表于:2009-2-26 15:58:00
这本书比较适合编程的初学者。对于程序员来说,本书写的太啰嗦。当然读完本书,对python的全貌会有比较透彻的了解,为进一步的应用打下坚实的基础。
您觉得呢? 送鲜花 (得0支)  扔鸡蛋 (得0个)

oldrat

二级评论员
该会员在china-pub购买过此书
评价等级:  
该作者发表于:2009-2-13 18:21:00
这本书我买了。
看了有几天了,我给这本 内容 和 价值 打了满分!!

给满分的一个原因就是在前言里,作者谆谆教导地说到,
这书讲的是Python的核心功能,是一本教程指南,不是以说明怎么进行 应用级编程(Application Programming)为目的的,也不是作为手册使用的。如果你是了解怎么进行 应用级程序,可以看 Programming Python这本书,手册的话,有Python in the nushell、Python Cookbook、Python Pocket Reference、Python Essential Referenct等等。

几句话,把怎么学,学什么说的清清楚楚的,作者真是用心良苦啊,唯恐读者浪费了时间精力。
(其实我对Learning系列、Programming系列、In the Nutshell系列讲的东西有什么区别不是很清楚。)

另外在内容的组织上,有板有眼;如果你是初学者,那么“就是这本了。要提高 再可以再看作者说的Follow-up的书。
您觉得呢? 送鲜花 (得1支)  扔鸡蛋 (得0个)

xaj1230
一级评论员
精彩书评
评价等级:  
发表于:2008-10-8 10:23:00
摘自豆瓣评论 读完第二章,感觉非常不错
这一章设置的非常不错,让我对Python的全貌有了一个了解,感觉可以开始做一个项目了
  本书的架构是由粗到细,有全貌到细化的知识点,很适合初学者学习。对于后续的章节,感觉可以挑选一个自己感兴趣的进行学习了
您觉得呢? 送鲜花 (得2支)  扔鸡蛋 (得0个)

gausscheng

三级评论员
该会员在china-pub购买过此书
评价等级:  
发表于:2010-1-23 16:22:00
刚好适合我入门,动态语言是该要精通一门了
您觉得呢? 送鲜花 (得0支)  扔鸡蛋 (得0个)
我要写评论
查看所有评论交流(共17条)