free-programming-books-zh.md 6.1 KB
Newer Older
C
Christoph Uschkrat 已提交
1
### 目录
S
Sun Xiaobo 已提交
2 3 4 5 6 7
* [语言无关](#语言无关)
	* [在线教育](#在线教育)
	* [软件开发方法](#软件开发方法)
	* [操作系统](#操作系统)
	* [版本控制](#版本控制)
	* [数据库](#数据库)
8
    * [智能系统](#智能系统)
S
Sun Xiaobo 已提交
9
* [Erlang](#erlang)
10 11 12
* [Golang](#golang)
* [Haskell](#haskell)
* [HTML / CSS](#html--css)
13
* [JavaScript](#javascript)
14
* [LaTeX](#latex)
J
Jinyang Zhou 已提交
15
* [LISP](#lisp)
16
* [Markdown](#markdown)
17
* [Perl](#perl)
18
* [Python](#python)
S
Sun Xiaobo 已提交
19
* [R](#r)
20
* [reStructuredText](#restructuredtext)
21
* [Ruby](#ruby)
J
Jinyang Zhou 已提交
22
* [Scala](#scala)
S
Sun Xiaobo 已提交
23
* [Scheme](#scheme)
J
Jinyang Zhou 已提交
24
* [Shell](#shell)
S
Sun Xiaobo 已提交
25
* [Vim](#vim)
26
* [Visual Prolog](#visual-prolog)
27

28

S
Sun Xiaobo 已提交
29 30 31
### 语言无关

#### 在线教育
32
* [MIT 公开课](http://ocw.mit.edu/courses/translated-courses/simplified-chinese/)
33
* [Coursera](https://www.coursera.org/courses?orderby=upcoming&lngs=zh)
34
* [Udacity](https://www.udacity.com/)
35
* [xuetangX](https://www.xuetangx.com/)
V
vhf / victor felder 已提交
36
* [Codecademy](http://www.codecademy.com/?locale_code=zh)
37
* [CodeSchool](https://www.codeschool.com/)
S
Sun Xiaobo 已提交
38
* [TeamTreeHouse](http://teamtreehouse.com/)
S
Sun Xiaobo 已提交
39
* [Learn X in Y minutes](http://learnxinyminutes.com/) (数十种语言快速入门教程)
40

41

S
Sun Xiaobo 已提交
42
#### 软件开发方法
J
Jinyang Zhou 已提交
43
* [硝烟中的 Scrum 和 XP](http://www.infoq.com/cn/minibooks/scrum-xp-from-the-trenches)
44
* [傻瓜函数编程](https://github.com/justinyhuang/Functional-Programming-For-The-Rest-of-Us-Cn) (《Functional Programming For The Rest of Us》中文版)
45

46

S
Sun Xiaobo 已提交
47
#### 操作系统
48
* [UNIX TOOLBOX](http://cb.vu/unixtoolbox_zh_CN.xhtml)
49

50

S
Sun Xiaobo 已提交
51
#### 版本控制
52
* [Pro Git](http://git-scm.com/book/zh)
J
Jinyang Zhou 已提交
53 54 55
* [Git magic](http://www-cs-students.stanford.edu/~blynn/gitmagic/intl/zh_cn/)
* [Git - 简易指南](http://rogerdudler.github.io/git-guide/index.zh.html)
* [Git 参考手册](http://gitref.justjavac.com/)
56
* [沉浸式学 Git](http://igit.linuxtoy.org/index.html)
S
Sun Xiaobo 已提交
57
* [Got GitHub](https://github.com/gotgit/gotgithub)
58 59
* [Git Community Book 中文版](http://gitbook.liuhui998.com/)
* [学习 Git 分支](http://pcottle.github.io/learnGitBranching/) (点击右下角按钮可切换至简体及正体中文)
60

61

S
Sun Xiaobo 已提交
62
#### 数据库
63 64
* [The Little MongoDB Book 中文版](https://github.com/justinyhuang/the-little-mongodb-book-cn)
* [Redis 设计与实现](http://www.redisbook.com)
J
João G. Packer 已提交
65

66 67 68
#### 智能系统
* [一步步搭建物联网系统](https://github.com/gmszone/designiot)

69

S
Sun Xiaobo 已提交
70
### Erlang
71
* [Erlang 并发编程](https://github.com/liancheng/cpie-cn) (《Concurrent Programming in Erlang (Part I)》中文版)
S
Sun Xiaobo 已提交
72 73


74
### Golang
75 76 77
* [Go Web 编程](https://github.com/astaxie/build-web-application-with-golang)
* [Go 编程基础](https://github.com/Unknwon/go-fundamental-programming)
* [Go 入门指南](https://github.com/Unknwon/the-way-to-go_ZH_CN) (《The Way to Go》中文版)
S
Sun Xiaobo 已提交
78
* [学习 Go 语言](https://github.com/mikespook/Learning-Go-zh-cn)
79 80 81 82 83 84 85 86


### Haskell
* [Real World Haskell 中文版](http://rwh.readthedocs.org/en/latest/)
* [Haskell 趣学指南](http://learnyouahaskell-zh-tw.csie.org/)


### HTML / CSS
87 88
* [学习 CSS 布局](http://zh.learnlayout.com/)
* [HTML5 教程](http://www.w3school.com.cn/html5/)
89 90 91


### Javascript
92
* [Javascript Garden](http://bonsaiden.github.io/JavaScript-Garden/zh/)
S
Sun Xiaobo 已提交
93
* [Javascript 原理](http://typeof.net/s/jsmech/)
94

95

96
### LaTeX
97
* [一份不太简短的 LaTeX2ε 介绍](http://ctan.org/pkg/lshort-zh-cn)
S
Sun Xiaobo 已提交
98 99
* [LaTeX 笔记](http://www.dralpha.com/zh/tech/tech.htm)
* [大家來學 LaTeX](http://web.math.isu.edu.tw/yeh/HowTo/HowToTex/latex123.pdf)
100

101

J
Jinyang Zhou 已提交
102 103
### LISP
* [ANSI Common Lisp 中文翻译版](http://acl.readthedocs.org/en/latest/)
S
Sun Xiaobo 已提交
104
* [Common Lisp 高级编程技术](http://www.ituring.com.cn/minibook/862) (《On Lisp》中文版)
J
Jinyang Zhou 已提交
105

106

S
Sun Xiaobo 已提交
107
### Markdown
108 109 110 111 112 113
* [Markdown 快速入门](http://wowubuntu.com/markdown/basic.html)
* [Markdown 语法说明](http://wowubuntu.com/markdown/)
* [Markdown 简明教程](http://jianshu.io/p/7bd23251da0a)
* [献给写作者的 Markdown 新手指南](http://jianshu.io/p/q81RER)


114 115
### Perl
* [Master Perl Today](https://github.com/fayland/chinese-perl-book)
S
Sun Xiaobo 已提交
116
* [《Modern Perl》中文版](https://github.com/horus/modern_perl_book)
117

S
Sun Xiaobo 已提交
118

119
### Python
120
* [深入 Python](http://woodpecker.org.cn/diveintopython/)
121
* [笨办法学 Python](http://sebug.net/paper/books/LearnPythonTheHardWay/)
S
Sun Xiaobo 已提交
122
* [简明 Python 教程](http://woodpecker.org.cn/abyteofpython_cn/chinese/) (《A Byte of Python》中文版)
123
* [Django book 2.0](http://djangobook.py3k.cn/2.0/)
S
Sun Xiaobo 已提交
124 125 126 127


### R
* [R 导论](http://cran.r-project.org/doc/contrib/Ding-R-intro_cn.pdf) (《An Introduction to R》中文版)
128
* [153分钟学会 R ](http://cran.r-project.org/doc/contrib/Liu-FAQ.pdf)
S
Sun Xiaobo 已提交
129
* [《R for beginners》中文版](http://www.biosino.org/R/R-doc/files/R4beg_cn_2.0.pdf)
S
Sun Xiaobo 已提交
130
* [统计学与 R 读书笔记](http://cran.r-project.org/doc/contrib/Xu-Statistics_and_R.pdf)
S
Sun Xiaobo 已提交
131
* [用 R 构建 Shiny 应用程序](http://yanping.me/shiny-tutorial/) (《Building 'Shiny' Applications with R》中文版)
132 133


134 135 136 137 138
### reStructuredText
* [reStructuredText 入门](http://www.pythondoc.com/sphinx/rest.html)
* [reStructuredText 简明教程](http://jwch.sdut.edu.cn/book/rst.html)


139 140 141 142 143
### Ruby
* [Ruby 风格指南](https://github.com/JuanitoFatas/ruby-style-guide/blob/master/README-zhCN.md)
* [Rails 风格指南](https://github.com/JuanitoFatas/rails-style-guide/blob/master/README-zhCN.md)
* [笨方法学 Ruby](http://lrthw.github.io/)
* [Ruby on Rails Tutorial 原书第 2 版](http://railstutorial-china.org/)
J
Jinyang Zhou 已提交
144

145

J
Jinyang Zhou 已提交
146
### Scala
S
Sun Xiaobo 已提交
147
* [Effective Scala](http://twitter.github.io/effectivescala/index-cn.html)
J
Jinyang Zhou 已提交
148 149
* [Scala 课堂](http://twitter.github.io/scala_school/zh_cn/index.html) (Twitter的Scala中文教程)

150

S
Sun Xiaobo 已提交
151
### Scheme
152
* [Scheme 入门教程](http://deathking.github.io/yast-cn/) (《Yet Another Scheme Tutorial》中文版)
S
Sun Xiaobo 已提交
153 154


J
Jinyang Zhou 已提交
155 156
### Shell
* [Shell 脚本编程30分钟入门](https://github.com/qinjx/30min_guides/blob/master/shell.md)
S
Sun Xiaobo 已提交
157
* [Shell 编程基础](http://wiki.ubuntu.org.cn/Shell%E7%BC%96%E7%A8%8B%E5%9F%BA%E7%A1%80)
158

159

S
Sun Xiaobo 已提交
160
### Vim
161
* [大家來學 VIM](http://www.study-area.org/tips/vim/index.html)
S
Sun Xiaobo 已提交
162 163


164 165 166
### Visual Prolog
* [Visual Prolog 7边练边学](http://wiki.visual-prolog.com/index.php?title=Visual_Prolog_for_Tyros_in_Chinese)
* [Visual Prolog 7初学指南](http://wiki.visual-prolog.com/index.php?title=A_Beginners_Guide_to_Visual_Prolog_in_Chinese)