IBM的developerworks中找到的关于python的连载,作者:Robert J. Brunner 是 National Center for Supercomputing Applications 的一名研究科学家和伊利诺斯州大学香槟分校的天文学助理副教授。他曾经就一系列主题发表多部著作,及大量文章和教程。
写得有一定深度,记下:
探索 Python,第 1 部分: Python 的内置数值类型(Python 入门,功能强大的面向对象脚本语言):http://www.ibm.com/developerworks/cn/opensource/os-python1/
探索 Python,第 2 部分: 探索 Python 类型的层次结构(了解对象和容器): http://www.ibm.com/developerworks/cn/opensource/os-python2/
探索 Python,第 3 部分: 探索 Python 类型的层次结构(使用字符串): http://www.ibm.com/developerworks/cn/opensource/os-python3/
探索 Python,第 4 部分: 探索 Python 类型的层次结构(使用列表): http://www.ibm.com/developerworks/cn/opensource/os-python4/
探索 Python,第 5 部分: 用 Python 编程(控制流): http://www.ibm.com/developerworks/cn/opensource/os-python5/
探索 Python,第 6 部分: 用 Python 编程(兴趣): http://www.ibm.com/developerworks/cn/opensource/os-python6/
探索 Python,第 7 部分: 探索 Python 类型层次结构(如何成功地使用 dictionary): http://www.ibm.com/developerworks/cn/opensource/os-python7/
探索 Python,第 8 部分: 用 Python 的输入输出功能读取和写入数据(如何有效使用字典): http://www.ibm.com/developerworks/cn/opensource/os-python8/
探索 Python,第 9 部分: 化零为整(函数、文件与模块): http://www.ibm.com/developerworks/cn/opensource/os-python9/
来源:oschina
链接:https://my.oschina.net/u/239053/blog/80737