Update README.md

This commit is contained in:
piglei 2021-10-23 16:21:08 +08:00 committed by GitHub
parent 7cc9a26ceb
commit d146757842
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 3 deletions

View File

@ -1,3 +1,15 @@
《Python 工匠》图书首页上线啦!共有 3 章在线内容,欢迎阅读。
- [图书首页](https://www.zlovezl.cn/book/)
- [第 1 章 变量与注释](https://www.zlovezl.cn/book/ch01_variables.html)
- [第 6 章 循环与可迭代对象](https://www.zlovezl.cn/book/ch06_loop.html)
- [第 10 章 面向对象设计原则](https://www.zlovezl.cn/book/ch10_solid_p1.html)
包含全部内容的纸质书将由人民邮电出版社于 2021 年底出版,敬请期待。
---
## 『Python 工匠』是什么?
我一直觉得编程某种意义上是一门『手艺』,因为优雅而高效的代码,就如同完美的手工艺品一样让人赏心悦目。
@ -9,18 +21,18 @@
## 文章列表
- [1. 善用变量改善代码质量](zh_CN/1-using-variables-well.md)
- 1\. <del>善用变量改善代码质量</del> [[图书版:变量与注释](https://www.zlovezl.cn/book/ch01_variables.html)]
- [2. 编写条件分支代码的技巧](zh_CN/2-if-else-block-secrets.md)
- [3. 使用数字与字符串的技巧](zh_CN/3-tips-on-numbers-and-strings.md)
- [4. 容器的门道](zh_CN/4-mastering-container-types.md)
- [5. 让函数返回结果的技巧](zh_CN/5-function-returning-tips.md)
- [6. 异常处理的三个好习惯](zh_CN/6-three-rituals-of-exceptions-handling.md)
- [7. 编写地道循环的两个建议](zh_CN/7-two-tips-on-loop-writing.md)
- 7\. <del>编写地道循环的两个建议</del> [[图书版:循环与可迭代对象](https://www.zlovezl.cn/book/ch06_loop.html)]
- [8. 使用装饰器的技巧](zh_CN/8-tips-on-decorators.md)
- [9. 一个关于模块的小故事](zh_CN/9-a-story-on-cyclic-imports.md)
- [10. 做一个精通规则的玩家](zh_CN/10-a-good-player-know-the-rules.md)
- [11. 高效操作文件的三个建议](zh_CN/11-three-tips-on-writing-file-related-codes.md)
- [12. 写好面向对象代码的原则(上)](zh_CN/12-write-solid-python-codes-part-1.md)
- 12\. <del>写好面向对象代码的原则(上)</del> [[图书版:面向对象设计原则(上)](https://www.zlovezl.cn/book/ch10_solid_p1.html)]
- [13. 写好面向对象代码的原则(中)](zh_CN/13-write-solid-python-codes-part-2.md)
- [14. 写好面向对象代码的原则(下)](zh_CN/14-write-solid-python-codes-part-3.md)
- [15. 在边界处思考](zh_CN/15-thinking-in-edge-cases.md)