Skip to content

Commit 04c7785

Browse files
committed
update Chinese resources
added new categories: vim, R added new resources in LaTeX and Python categories fixed a invalid link in the content
1 parent 016ae81 commit 04c7785

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

free-programming-books-zh.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### 目录
22
* [在线教育](#在线教育)
3-
* [软件开发方法](#%e8%bd%af%e4%bb%b6%e5%bc%80%e5%8f%91%e6%96%b9%e6%b3%95)
3+
* [软件开发方法](#软件开发方法)
44
* [操作系统](#操作系统)
55
* [版本控制](#版本控制)
66
* [Database](#database)
@@ -12,9 +12,11 @@
1212
* [LISP](#lisp)
1313
* [Perl](#perl)
1414
* [Python](#python)
15+
* [R](#r)
1516
* [Ruby](#ruby)
1617
* [Scala](#scala)
1718
* [Shell](#shell)
19+
* [vim](#vim)
1820
* [Visual Prolog](#visual-prolog)
1921

2022

@@ -70,6 +72,8 @@
7072

7173
### LaTeX
7274
* [一份不太简短的 LaTeX2ε 介绍](http://ctan.org/pkg/lshort-zh-cn)
75+
* [LaTeX 笔记](http://www.dralpha.com/zh/tech/tech.htm), by 包太雷
76+
* [大家來學 LaTeX](http://web.math.isu.edu.tw/yeh/HowTo/HowToTex/latex123.pdf), by 李果正
7377

7478

7579
### LISP
@@ -79,9 +83,19 @@
7983
### Perl
8084
* [Master Perl Today](https://github.com/fayland/chinese-perl-book)
8185

86+
8287
### Python
8388
* [深入Python](http://woodpecker.org.cn/diveintopython/)
8489
* [笨办法学 Python](http://sebug.net/paper/books/LearnPythonTheHardWay/)
90+
* [简明 Python 教程](http://woodpecker.org.cn/abyteofpython_cn/chinese/) (《A Byte of Python》中文版)
91+
92+
93+
### R
94+
* [R 导论](http://cran.r-project.org/doc/contrib/Ding-R-intro_cn.pdf) (《An Introduction to R》中文版)
95+
* [153分钟学会R ](http://cran.r-project.org/doc/contrib/Liu-FAQ.pdf), by 刘思喆
96+
* [《R for beginners》中文版](http://www.biosino.org/R/R-doc/files/R4beg_cn_2.0.pdf)
97+
* [统计学与 R 读书笔记](http://cran.r-project.org/doc/contrib/Xu-Statistics_and_R.pdf), by 徐俊晓
98+
* [用 R 构建 Shiny 应用程序](http://yanping.me/shiny-tutorial/) (《Building 'Shiny' Applications with R》中文版)
8599

86100

87101
### Ruby
@@ -100,6 +114,10 @@
100114
* [Shell 脚本编程30分钟入门](https://github.com/qinjx/30min_guides/blob/master/shell.md)
101115

102116

117+
### Vim
118+
* [大家來學VIM](http://www.study-area.org/tips/vim/index.html), by 李果正
119+
120+
103121
### Visual Prolog
104122
* [Visual Prolog 7边练边学](http://wiki.visual-prolog.com/index.php?title=Visual_Prolog_for_Tyros_in_Chinese)
105123
* [Visual Prolog 7初学指南](http://wiki.visual-prolog.com/index.php?title=A_Beginners_Guide_to_Visual_Prolog_in_Chinese)

0 commit comments

Comments
 (0)