书籍 Learning Python, 5th Edition的封面

Learning Python, 5th Edition

Mark Lutz

出版时间

2013-07-06

ISBN

9781449355739

评分

★★★★★
书籍介绍
Get a comprehensive, in-depth introduction to the core Python language with this hands-on book. Based on author Mark Lutz’s popular training course, this updated fifth edition will help you quickly write efficient, high-quality code with Python. It’s an ideal way to begin, whether you’re new to programming or a professional developer versed in other languages. Complete with quizzes, exercises, and helpful illustrations, this easy-to-follow, self-paced tutorial gets you started with both Python 2.7 and 3.3— the latest releases in the 3.X and 2.X lines—plus all other releases in common use today. You’ll also learn some advanced language features that recently have become more common in Python code. • Explore Python’s major built-in object types such as numbers, lists, and dictionaries • Create and process objects with Python statements, and learn Python’s general syntax model • Use functions to avoid code redundancy and package code for reuse • Organize statements, functions, and other tools into larger components with modules • Dive into classes: Python’s object-oriented programming tool for structuring code • Write large programs with Python’s exception-handling model and development tools • Learn advanced Python tools, including decorators, descriptors, metaclasses, and Unicode processing
用户评论
书是好书。字实在是太多。后来就只看代码了。
就是太啰嗦
Verbose but thorough
大部分都知道 还是花了挺久才扫完 挺详细清楚的一本书 benchmark库那章和decorator平时没怎么用到 改天可以试着用一下
重新复习python
@2016-10-30 17:10:57
I don’t want to read the whole documents of python. Then the book provides a great alternative. I see many criticisms about its verbosity, but I like those repetitions. it is convenient for me to remember things. it’s said that the author refused to write the 6th edition because he doesn’t like the new version of python. Cool, but what a pity!
书很好,但是对于非专业初学者一遍很难看出什么名堂。
Super useful. Detail-oriented, but easy to read
读了一半了,开始读oop部分的内容了,应该算是本书的后半部分了吧。优缺点都有吧,作者显然没有处理好详略得当的问题,正所谓优点是详细,缺点也是详细,过于详细就是啰嗦了。另一个缺点就是书中大量对比了2.x和3.x,像我这种根本不关心2.x是什么样子的人来说,这本书的啰嗦点其实是在这的。也比较喜欢作者top-down的叙述方式,就是先给你一个big picture,然后再娓娓道来,有时候我也理解作者的难处,一个概念会在好多章同时出现,有时显得很傻,但实际中也确实是这个样子,每个概念其实都有自己的“多任务”状态的,需要先讲讲这个概念的基础,在切换到下个概念,下个概念的基础讲完之后,再切换回到原来的概念,这可能又是一个让人觉得啰嗦的点。 最后希望作者赶紧更新第六版吧,希望在新版中可以消除对2.x的部分