Python有设计模式么?
阿神
阿神 2017-04-17 16:31:36
0
8
871
阿神
阿神

闭关修行中......

reply all(8)
Ty80

http://dongweiming.github.io/category/she-ji-mo-shi.html

伊谢尔伦
  • Design pattern language independent

阿神

Some sample codes of python design patterns

https://github.com/faif/python-patterns
阿神

@vczh’s answer on Zhihu should help you solve your doubts http://www.zhihu.com/question/20685467/answer/36489645

左手右手慢动作

There must be design patterns.
Python supports OO, process-oriented and FP. There must be design patterns.
It is recommended that you read the design patterns of GOF first and then learn to write the python version of DP

洪涛

Design pattern has nothing to do with OO, has nothing to do with language, and has nothing to do with specific programming. It is an abstract level.

黄舟

Design patterns have nothing to do with language, they are almost the same as algorithms.
It is recommended to read the book "Head First Design Pattern" (although the examples are explained in Java), the design pattern is very vivid and easy to understand.

Peter_Zhu

Design patterns are just best practices. Their purpose is to tell you "it is better to use a certain way of thinking to solve certain types of things." Design patterns exist not only in the field of computer programming, but also in various other fields. ".

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template