Skip to content

Commit a1dd390

Browse files
committed
Merge remote-tracking branch 'o/master'
Conflicts: README.md
2 parents ffeb5c9 + 785fd91 commit a1dd390

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

README.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
#### 说明: ####
55

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

1111
> Talk is cheap. Show me the code.--Linus Torvalds
1212
@@ -73,6 +73,8 @@
7373

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

76+
- [阅读资料](http://www.cnblogs.com/skynet/archive/2013/05/06/3063245.html) 腾讯游戏开发 XML 和 Excel 内容相互转换
77+
7678
**第 0015 题:** 纯文本文件 city.txt为城市信息, 里面的内容(包括花括号)如下所示:
7779

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

166168
- 阅读资料 [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)
169+
170+
**第 0022 题:** iPhone 6、iPhone 6 Plus 早已上市开卖。请查看你写得 第 0005 题的代码是否可以复用。
171+
172+
**第 0023 题:** 使用 Python 的 Web 框架,做一个 Web 版本 留言簿 应用。
173+
174+
[阅读资料:Python 有哪些 Web 框架](http://v2ex.com/t/151643#reply53)
175+
176+
- ![留言簿参考](http://i.imgur.com/VIyCZ0i.jpg)
177+
178+
179+
**第 0024 题:** 使用 Python 的 Web 框架,做一个 Web 版本 TodoList 应用。
180+
181+
- ![SpringSide 版TodoList](http://i.imgur.com/NEf7zHp.jpg)

0 commit comments

Comments
 (0)