free-programming-books-zh.md 3.2 KB
Newer Older
1
###目录
2
* [在线教育](#在线教育)
3
* [软件开发方法](#%e8%bd%af%e4%bb%b6%e5%bc%80%e5%8f%91%e6%96%b9%e6%b3%95)
4
* [HTML / CSS](#html--css)
J
Jinyang Zhou 已提交
5 6
* [版本控制](#版本控制)
* [Ruby](#ruby)
7
* [JavaScript](#javascript)
8
* [LaTeX](#latex)
J
Jinyang Zhou 已提交
9 10 11 12
* [LISP](#lisp)
* [Haskell](#haskell)
* [Scala](#scala)
* [Shell](#shell)
13
* [Database](#database)
W
wwq0327 已提交
14 15
* [Golang](#golang)
* [Python](#python)
16
* [Visual Prolog](#visual-prolog)
17

18

19 20 21
###在线教育
* [MIT OCW -- 麻省理工学院“开放式课程网页”](http://ocw.mit.edu/courses/translated-courses/simplified-chinese/)
* [Coursera](https://www.coursera.org/courses?orderby=upcoming&lngs=zh)
22
* [Udacity](https://www.udacity.com/)
23
* [xuetangX](https://www.xuetangx.com/)
V
vhf / victor felder 已提交
24
* [Codecademy](http://www.codecademy.com/?locale_code=zh)
25
* [CodeSchool](https://www.codeschool.com/)
26

27

28
###软件开发方法
J
Jinyang Zhou 已提交
29
* [硝烟中的 Scrum 和 XP](http://www.infoq.com/cn/minibooks/scrum-xp-from-the-trenches)
30
* [文章《Functional Programming For The Rest of Us》的中文翻译](https://github.com/justinyhuang/Functional-Programming-For-The-Rest-of-Us-Cn)
31

32

33 34
###HTML / CSS
* [学习CSS布局](http://zh.learnlayout.com/)
35

36

J
Jinyang Zhou 已提交
37
###版本控制
38
* [Pro Git](http://git-scm.com/book/zh)
J
Jinyang Zhou 已提交
39 40 41
* [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/)
42

43

J
Jinyang Zhou 已提交
44 45 46 47 48
### 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
João G. Packer 已提交
49

50

51 52
###Javascript
* [Javascript Garden](http://bonsaiden.github.io/JavaScript-Garden/zh/)
53
* [Javascript 原理](http://typeof.net/s/jsmech/), by Belleve Invis. 
54

55

56 57 58
###LaTeX
* [一份不太简短的 LaTeX2ε 介绍](http://ctan.org/pkg/lshort-zh-cn)

59

J
Jinyang Zhou 已提交
60 61 62
### LISP
* [ANSI Common Lisp 中文翻译版](http://acl.readthedocs.org/en/latest/)

63

J
Jinyang Zhou 已提交
64 65
### Haskell
* [Real World Haskell 中文版](http://rwh.readthedocs.org/en/latest/)
N
nicball 已提交
66
* [Haskell 趣学指南](http://learnyouahaskell-zh-tw.csie.org/)
J
Jinyang Zhou 已提交
67

68

J
Jinyang Zhou 已提交
69
### Scala
70
* [Effective Scala](http://twitter.github.io/effectivescala/index-cn.html) - Marius Eriksen
J
Jinyang Zhou 已提交
71 72
* [Scala 课堂](http://twitter.github.io/scala_school/zh_cn/index.html) (Twitter的Scala中文教程)

73

J
Jinyang Zhou 已提交
74 75
### Shell
* [Shell 脚本编程30分钟入门](https://github.com/qinjx/30min_guides/blob/master/shell.md)
76

77

78 79
### Database
* [The Little MongoDB Book 中文版](https://github.com/justinyhuang/the-little-mongodb-book-cn)
J
Jason Lv 已提交
80
* [Redis 设计与实现](http://www.redisbook.com)
W
wwq0327 已提交
81 82 83 84 85 86 87 88

### Golang
* [Go Web编程](https://github.com/astaxie/build-web-application-with-golang)
* [Go编程基础](https://github.com/Unknwon/go-fundamental-programming)

### Python
* [深入Python](http://woodpecker.org.cn/diveintopython/)
* [笨办法学 Python](http://sebug.net/paper/books/LearnPythonTheHardWay/)
89 90 91 92

### 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)