Amazon.com Review
The authors of Learning Python show you enough essentials of the Python scripting language to enable you to begin solving problems right away, then reveal more powerful aspects of the language one at a time. This approach is sure to appeal to programmers and system administrators who have urgent problems and a preference for learning by semi-guided experimentation.
First off, Learning Python shows the relationships among Python scripts and their interpreter (in a mostly platform-neutral way). Then, the authors address the mechanics of the language itself, providing illustrations of how Python conceives of numbers, strings, and other objects as well as the operators you use to work with them. Dictionaries, lists, tuples, and other data structures specific to Python receive plenty of attention including complete examples.
Authors Mark Lutz and David Ascher build on that fundamental information in their discussions of functions and modules, which evolve into coverage of namespaces, classes, and the object-oriented aspects of Python programming. There's also information on creating graphical user interfaces (GUIs) for Python applications with Tkinter.
In addition to its careful expository prose, Learning Python includes exercises that both test your Python skills and help reveal more elusive truths about the language. --This text refers to an out of print or unavailable edition of this title.
Review
As a book for programmers who want to learn Python, it does a very good job. The coverage is informative and well order; making it easy to find what you're looking for. Overall, if you do some work with Python, you will benefit from owning this book. " - Sam Smith, news@UK, March "This book is a good example of Python culture, in the clarity of its text as much as in the quality of its code. Anyhone working their way through it will have a solid foundation upon which to explore Python's potential. Highly recommended." - Ivan Uemilianin, CVu, October 2004 --This text refers to the Paperback edition.
我觉得这一段关于 code style 的分析很有意思,值得多想想。我可能还是更倾向 format method 吧,毕竟更完整。
首先,华章出版社绝对把这本书毁掉了。翻译非常烂,专业术语前后不一致,很多专业名词甚至采取直译的方法,让初学者学的云里雾里,有经验的读者看的无可奈何。更奇葩的...
Mark Lutz叔叔自己估计是个牛人,至少符合计算机教学者的要求。严谨、细腻、重视练习。。。 但是M.L叔叔文字写书那实在是不行。先说标题。常规来说,大部头要干的无在...
语句函数的研究, 全书研究过:内置类型,语句,异常,设计问题,OOP,程序架构,创建较大程序单元的工具,函数,模块和类。 完成本书之后的python生涯大部分时间就是...
最近心血来潮想学一下Python,读了这本书,结果发现非常非常非常啰嗦。注意,是在一望既知的地方啰嗦,在需要详解的地方却一笔带过(如讲Metaclasses的时候),这让我非...
本书对python的基本知识讲解的比较的透彻,非常适合初学者学习!作者从python的方方面面进行讲解,给出了丰富而且简单的例子,只要照着书本慢慢学习,我想一定在...