免费的编程中文图书索引 ============================ 免费的编程中文图书索引,欢迎投稿。 ## 参与交流 鼓励使用 Issues 以及 Pull Request 进行参与。 ## 目录 * [语言无关类](#语言无关类) * [WEB服务器](#WEB服务器) * [#NoSQL](#NoSQL) * [语言相关类](#语言相关类) * [C/C++](#C/C++) * [javascript](#javascript) * [PHP](#PHP) * [Python](#Python) * [Go](#Go) ## 语言无关类 ### WEB服务器 * [Nginx开发从入门到精通](https://github.com/taobao/nginx-book) * [Pro Git](http://git-scm.com/book/zh) (fork on [github](https://github.com/progit/progit)) ### NoSQL * [The Little MongoDB Book](https://github.com/justinyhuang/the-little-mongodb-book-cn/blob/master/mongodb.md) * [The Little Redis Book](https://github.com/JasonLai256/the-little-redis-book/blob/master/cn/redis.md) ## 语言相关类 ### C/C++ * [C++ 并发编程指南](https://github.com/forhappy/A-Detailed-Cplusplus-Concurrency-Tutorial) * [CGDB中文手册](https://github.com/leeyiw/cgdb-manual-in-chinese) ### javascript * [Node入门](http://www.nodebeginner.org/index-zh-cn.html) * [backbone.js入门教程](http://www.the5fire.com/backbone-js-tutorials-pdf-download.html) (pdf) * [Backbone.js入门教程第二版](https://github.com/the5fire/backbonejs-learning-note) ### PHP * [PHP之道](https://github.com/wulijun/php-the-right-way) * [深入理解PHP内核](https://github.com/reeze/tipi) ### Python * [Django 文档中文版](https://django-document-cn.readthedocs.org/en/latest/) ### Go * [Go编程基础](https://github.com/Unknwon/go-fundamental-programming) * [Go入门指南](https://github.com/Unknwon/the-way-to-go_ZH_CN) * [Go Web 编程](https://github.com/astaxie/build-web-application-with-golang) * [Go实战开发](https://github.com/astaxie/Go-in-Action)