Python Tutorial - Guido Van Rossum, Fred L. Drake, Jr (editor)

Python Tutorial

Guido Van Rossum, Fred L. Drake, Jr (editor)

出版社

Iuniverse Inc

出版时间

2000-04-01

ISBN

9781583483756

评分

★★★★★
书籍介绍
最权威的 Python 教程,由 Python 作者 Guido van Rossum 主笔,有少许学院味道。中文电子版由刘鑫、李梦夷翻译。英文原稿网址:http://docs.python.org/tut/简体中文版网址:http://wiki.woodpecker.org.cn/moin/March_Liu/PyTutorial
精彩摘录
  • ">>> def add(x,y): return x+y ... >>> reduce(add, range(1, 11)) 55"
  • "For a description of standard objects and modules, see The Python Standard Library. The Python Language Reference gives a more formal definition of the language. To write extensions in C or C++, read Extending and Embedding the Python Interpreter and Python/C API Reference Manual. There are also sev"
作者简介
Guido van Rossum是Python编程语言的创始人,现在就职于Google公司,但在他的大部分时间里他都还在为Python语言的发展而努力。自1989年Guido在ABC与语言的基础上创建了Python语言,目前这门语言不仅得到其他开发社区的认可,比如JPython和IronPython的广泛应用,在教育和科学技术领域也起到举足轻重的作用,
用户评论
显然不适合coding初学者。感觉不会coding了,再不练手要找不到工作了。
比较简单,入门的好书,但是还是要多写才行。
老爹唯一传世的图书了,,,
相对很多基础性的入门教程介绍的比较广泛。
Classes
python之父写的,感觉像是大学教材,写法深得我心
和python tutorial差不多
简洁明了,和pyhton官方的doc大部分相同。初学者按照上面的代码,输入一遍,可以基本实现入门使用
继续努力
就是官网的那个指南了
收藏