The Python source Analysis book is now hard to buy, most of which are e-books at the moment.
In order to make better use of the Python language, it is important to understand how Python works, whether it is using the Python language itself, or using Python with the C + + interface. This book takes CPython as the research object, and in the C code level, deeply and meticulously analyzes the implementation of Python. The book includes not only a large number of Python built-in objects, but also a lot of space for the Python virtual machine and Python advanced features of the anatomy. Through this book, readers can thoroughly understand the general expression in Python, control structure, anomaly mechanism, class mechanism, multithreading mechanism, module dynamic loading mechanism, memory management mechanism and other core technology operating principles, while the book reveals the dynamic language of the core technology for understanding other dynamic language, such as Javascript, Ruby, and so on are also of great reference value. http://download.csdn.net/album/detail/4223
Attached ebook:
http://pwpan.com/fs/2cra2k47658f8ab5/
Python Source Books