Skip to content

Commit

Permalink
Merge remote-tracking branch 'o/master'
Browse files Browse the repository at this point in the history
Conflicts:
	README.md
  • Loading branch information
horx committed Dec 17, 2014
2 parents ffeb5c9 + 785fd91 commit a1dd390
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@

#### 说明: ####

- Python 练习册,每天一个小程序。注:将 Python 换成其他语言,大多数题目也试用
- Python 练习册,每天一个小程序。注:将 Python 换成其他语言,大多数题目也适用
- 不会出现诸如「打印九九乘法表」、「打印水仙花」之类的题目
- 欢迎大家 Pull Request 出题目,贴代码(Gist、Blog皆可):-)
- 欢迎解答, 并发送 pull request 到 [Show-Me-the-Code](https://github.com/Show-Me-the-Code/python)
- [点此链接,会看到每个题目的代码, 欢迎大家 Pull Request 出题目,贴代码(Gist、Blog皆可):-)](https://github.com/Show-Me-the-Code/python)
- 本文本文由@史江歌([email protected] QQ:499065469)根据互联网资料收集整理而成,感谢互联网,感谢各位的分享。鸣谢!本文会不断更新。

> Talk is cheap. Show me the code.--Linus Torvalds
Expand Down Expand Up @@ -73,6 +73,8 @@

![student.xls](http://i.imgur.com/nPDlpme.jpg)

- [阅读资料](http://www.cnblogs.com/skynet/archive/2013/05/06/3063245.html) 腾讯游戏开发 XML 和 Excel 内容相互转换

**第 0015 题:** 纯文本文件 city.txt为城市信息, 里面的内容(包括花括号)如下所示:

{
Expand Down Expand Up @@ -164,3 +166,16 @@
- 阅读资料 [Hashing Strings with Python](http://www.pythoncentral.io/hashing-strings-with-python/)

- 阅读资料 [Python's safest method to store and retrieve passwords from a database](http://stackoverflow.com/questions/2572099/pythons-safest-method-to-store-and-retrieve-passwords-from-a-database)

**第 0022 题:** iPhone 6、iPhone 6 Plus 早已上市开卖。请查看你写得 第 0005 题的代码是否可以复用。

**第 0023 题:** 使用 Python 的 Web 框架,做一个 Web 版本 留言簿 应用。

[阅读资料:Python 有哪些 Web 框架](http://v2ex.com/t/151643#reply53)

- ![留言簿参考](http://i.imgur.com/VIyCZ0i.jpg)


**第 0024 题:** 使用 Python 的 Web 框架,做一个 Web 版本 TodoList 应用。

- ![SpringSide 版TodoList](http://i.imgur.com/NEf7zHp.jpg)

0 comments on commit a1dd390

Please sign in to comment.