├── README.md └── assets └── python ├── LearningPython(5Edition)(2.7-3.3).pdf ├── Python 学习笔记 第二版.pdf ├── Python核心编程(中文第二版)带目录.pdf ├── Python源码剖析.pdf └── The Django Book 2.0中文译本.pdf /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stormzhang/free-programming-books/HEAD/README.md -------------------------------------------------------------------------------- /assets/python/LearningPython(5Edition)(2.7-3.3).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stormzhang/free-programming-books/HEAD/assets/python/LearningPython(5Edition)(2.7-3.3).pdf -------------------------------------------------------------------------------- /assets/python/Python 学习笔记 第二版.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stormzhang/free-programming-books/HEAD/assets/python/Python 学习笔记 第二版.pdf -------------------------------------------------------------------------------- /assets/python/Python核心编程(中文第二版)带目录.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stormzhang/free-programming-books/HEAD/assets/python/Python核心编程(中文第二版)带目录.pdf -------------------------------------------------------------------------------- /assets/python/Python源码剖析.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stormzhang/free-programming-books/HEAD/assets/python/Python源码剖析.pdf -------------------------------------------------------------------------------- /assets/python/The Django Book 2.0中文译本.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stormzhang/free-programming-books/HEAD/assets/python/The Django Book 2.0中文译本.pdf --------------------------------------------------------------------------------