forked from Yixiaohan/show-me-the-code
-
Notifications
You must be signed in to change notification settings - Fork 447
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'o/master'
Conflicts: README.md
- Loading branch information
Showing
1 changed file
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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为城市信息, 里面的内容(包括花括号)如下所示: | ||
|
||
{ | ||
|
@@ -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) |