Python源码剖析:深度探索动态语言核心技术

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Author(s): 陈儒
Series: 动态语言技术精品书廊
Publisher: 电子工业出版社
Year: 2008

Language: Chinese
Pages: 504

封面......Page 1
前折页......Page 2
书名页......Page 3
版权页......Page 4
前言......Page 5
推荐序一......Page 11
推荐序二......Page 13
推荐序三......Page 15
目录......Page 17
第0章 Python 源码剖析——编译Python......Page 24
第1部分 Python 内建对象......Page 36
第1章 Python 对象初探......Page 38
第2章 Python 中的整数对象......Page 52
第3章 Python 中的字符串对象......Page 70
第4章 Python 中的List 对象......Page 86
第5章 Python 中的Dict 对象......Page 100
第6章 最简单的Python 模拟——Small Python......Page 124
第2部分 Python 虚拟机......Page 134
第7章 Python 的编译结果——Code 对象与pyc 文件......Page 136
第8章 Python 虚拟机框架......Page 156
第9章 Python 虚拟机中的一般表达式......Page 180
第10章 Python 虚拟机中的控制流......Page 196
第11章 Python 虚拟机中的函数机制......Page 237
第12章 Python 虚拟机中的类机制......Page 281
第3部分 Python 高级话题......Page 335
第13章 Python 运行环境初始化......Page 337
第14章 Python 模块的动态加载机制......Page 364
第15章 Python 多线程机制......Page 412
第16章 Python 的内存管理机制......Page 450
反侵权盗版声明......Page 502
后折页......Page 503
封底......Page 504