Python

01 - Python文档

02 - Python第三方库

03 - Python要点拾遗

04 - Python设计模式(Design Patterns)

python-patterns

  • python-patterns(https://github.com/faif/python-patterns)是使用Python实现设计模式的集合。
  • 设计模式(Design Patterns)是一套被反复使用、多数人知晓的、经过分类编目的、代码设计经验的总结。
  • 使用设计模式是为了可重用代码、让代码更容易被他人理解、保证代码可靠性。

Python与设计模式

https://yq.aliyun.com/topic/122

05 - wtfpython

What the f*ck Python! 一些有趣且鲜为人知的Python特性.

06 - 阅读Python开源项目

 
 

原文地址:https://www.cnblogs.com/anliven/p/9998743.html