Skip to content

Commit

Permalink
Merge pull request eastlakeside#11 from eastlakeside/10-add-see-and-d…
Browse files Browse the repository at this point in the history
…onors

10 add see and donors  
closes eastlakeside#10
  • Loading branch information
liuyu1005 committed Mar 31, 2016
2 parents 7ce195e + 16c4d32 commit 0e8727b
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 0 deletions.
2 changes: 2 additions & 0 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,6 @@
* [基于类的实现](context_managers/implement_as_class.md)
* [处理异常](context_managers/handle_exception.md)
* [基于生成器的实现](context_managers/implement_as_generator.md)
* [推荐阅读](seealso.md)
* [捐赠名单](donors.md)

18 changes: 18 additions & 0 deletions donors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# 捐赠名单

感谢以下童鞋的捐助,你们的慷慨是我们继续的动力:

| donor | value |
| -- | -- |
| 好心人 | 8.80 |
| 不知名 | 6.00 |
|*| 8.80 |
| su*z | 1.00 |
| Zer* | 10.00 |
|*| 5.00 |
|*| 16.00 |
| J*m | 6.00 |
|| 10.00 |


*你还记得,深夜埋头学习的你吗?*
25 changes: 25 additions & 0 deletions seealso.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 推荐阅读

## 本书推送贴的留言和讨论
- v2ex: http://www.v2ex.com/t/267557
- 微博长文: http://weibo.com/1054764633/DoN6Z5Haq?type=repost

## v2ex网友florije推荐
- 另外一本同名IntermediatePython的更新的书 https://leanpub.com/intermediatepython

## v2ex网友xiaket推荐
- 对于Python提高类的书,推荐Fluent Python 或 Pro Python

## v2ex网友shishen10 推荐
- 老齐的教程 https://github.com/qiwsir/StarterLearningPython
- 老齐还整理了很多精华 https://github.com/qiwsir/ITArticles

## v2ex网友xiaowangge推荐
[Yixiaohan](https://github.com/Yixiaohan)整理了一个不错的推荐:[Python初学者(零基础学习Python、Python入门)书籍、视频、资料、社区推荐](https://github.com/Yixiaohan/codeparkshare)大家可以前去Fork。

## v2ex推荐学习书目

- [Learn Python the Hard Way](http://learn-python-the-hard-way-zh_cn-translation.readthedocs.org/en/1.0/)
- [Python 学习手册-第五版中文版](https://www.gitbook.com/book/yulongjun/learning-python-in-chinese/details)
- [Python Cookbook](http://python3-cookbook.readthedocs.org/zh_CN/latest/)
- [Python 基础教程](https://book.douban.com/subject/4866934/)

0 comments on commit 0e8727b

Please sign in to comment.