Skip to content

Commit e4dcc69

Browse files
committed
Merge pull request Yixiaohan#6 from wangshunping/master
add requests_read
2 parents fb59fbd + 54fa2a5 commit e4dcc69

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

README.md

Lines changed: 19 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,26 +21,36 @@ PythonShare
2121

2222
三、书籍推荐
2323
--------------------------
24+
25+
### 零基础
2426
0. Python官方文档 [点击打开链接](http://docs.python.org/2/tutorial/index.html) 英语不好的,暂时就先别看了,以后一定肯定要加强英语学习哦;)。
2527

26-
1. 对于零基础者,推荐[《How to think like a computer scientist》](http://www.greenteapress.com/thinkpython/thinkCSpy.pdf),对应中文版本《Python学习笔记--皮大庆》,非常适合零基础入门。
28+
1. 推荐[《How to think like a computer scientist》](http://www.greenteapress.com/thinkpython/thinkCSpy.pdf),对应中文版本《Python学习笔记--皮大庆》,非常适合零基础入门。
29+
30+
2. 推荐 [《Python编程实践》] (http://book.douban.com/subject/7059900/)
31+
32+
3. 推荐 [《简明Python教程》](http://woodpecker.org.cn/abyteofpython_cn/chinese/)
33+
34+
4. 推荐[《笨办法学 Python (Learn Python The Hard Way)》](http://learn-python-the-hard-way-zh_cn-translation.readthedocs.org/en/1.0/)
35+
36+
### 有其他编程语言基础
2737

28-
2. 对于零基础者,推荐 [《Python编程实践》] (http://book.douban.com/subject/7059900/)
38+
0. 推荐[《Python基础教程》](http://book.douban.com/subject/4866934/)
2939

30-
3. 对于零基础者,推荐 [《简明Python教程》](http://woodpecker.org.cn/abyteofpython_cn/chinese/)
40+
1. 推荐[Python入门教程-By廖雪峰](http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000)
3141

32-
4. 对于零基础者,推荐[《笨办法学 Python (Learn Python The Hard Way)》](http://learn-python-the-hard-way-zh_cn-translation.readthedocs.org/en/1.0/)
42+
### 进阶
3343

34-
5. 对于有其他编程语言基础者,推荐[《Python基础教程》](http://book.douban.com/subject/4866934/)
44+
0. 推荐[Requests 源码阅读](https://github.com/wangshunping/read_requests)
3545

36-
6. 对于有其他编程语言基础者,推荐[Python入门教程-By廖雪峰](http://www.liaoxuefeng.com/wiki/001374738125095c955c1e6d8bb493182103fac9270762a000)
3746

47+
### 更多书籍推荐
3848

39-
6. 更多书籍推荐, **知乎问答**[关于 Python 的经典入门书籍有哪些?](http://www.zhihu.com/question/19593179)
49+
0. **知乎问答**[关于 Python 的经典入门书籍有哪些?](http://www.zhihu.com/question/19593179)
4050

41-
7. 更多书籍推荐, **V2EX问答**[文科生想学Python](http://www.v2ex.com/t/40397)
51+
1. **V2EX问答**[文科生想学Python](http://www.v2ex.com/t/40397)
4252

43-
8. [Python快速教程](http://www.cnblogs.com/vamei/archive/2012/09/13/2682778.html)
53+
2. [Python快速教程](http://www.cnblogs.com/vamei/archive/2012/09/13/2682778.html)
4454

4555

4656

0 commit comments

Comments
 (0)