Original: http://www.pythoner.com/148.html
Recently, on a micro-blog to see someone recommended the rain marks of "Python Learning notes," from GitHub downloaded down to see, indeed very good.
Note that this study note is not suitable for beginners in Python learning .
From the catalogue, it is not possible to see what this note is special about, but it is very pleasantly surprised to see the contents. The book is focused on some of the bottom-level implementation details and more on performance aspects (many of which involve memory management, caching, garbage collection, stack frames, and so on).
The most recent update for this note is 2013.03.30. You can go to the author's github to download the latest version (click here to enter)
This note is divided into three parts (Python language, standard library, and extension library) as well as an appendix.
ThePython language section has been completed and proofread, including the basic environment, built-in types, expressions, functions, iterators, modules, classes, exceptions, adorners, and descriptions of the and Metacharacters class .
The standard library section has completed the writing of strings, data types, mathematical operations, files and directories, data storage, process communication, program framework, and some parts of the operating system , data compression, format parsing, data encryption, network programming, development tools, runtime Environment, Several parts of the language service have not yet been written.
The extension library includes fabric and pexpect.
The appendices include CPython, IPython, PDB, Pip, and virtualenv.
Here is the mind map I did when I was reading.
The first part of the Python language
Chapter I. BASIC ENVIRONMENT
Chapter II built-in types
Chapter III Expressions
Fourth Chapter function
Fifth Chapter Iterator
Sixth Chapter Module
Seventh Chapter Category
Eighth Chapter exception
Nineth Chapter Decorator
Tenth Chapter Descriptor
Chapter 11th Meta-class
Part II Standard Library
The third part extends the library
Appendix
Mind Map Download
Baidu Cloud Network disk download (MMAP)
Baidu Cloud Network Disk download (image version)
"Python Learning Notes"-brain map (Turn)