Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kerthcet/python-design-patterns
Code implemention with python.
https://github.com/kerthcet/python-design-patterns
Last synced: 23 days ago
JSON representation
Code implemention with python.
- Host: GitHub
- URL: https://github.com/kerthcet/python-design-patterns
- Owner: kerthcet
- Created: 2018-05-26T04:08:52.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-31T16:55:18.000Z (over 6 years ago)
- Last Synced: 2024-10-29T10:47:20.336Z (2 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 每天一个Python设计模式
## 说明
```
1. 语言特性决定了所有23种经典设计模式不能一成不变的在所有语言中运用.
2. 原书作者也说过,“一些特殊的面向对象语言可以直接支持我们的某些模式”。
3. 与java,C++甚至ruby相比,python设计模式方面的书都很薄。
```
* 仅供个人学习使用,持续更新中...## Python版本
* python 3.6## 相关资料:
```
1.《Mastering Python Design Patterns》
作者:Sakis Kasampalis
发行时间:January 20152.《Learning Python Design Patterns》
作者:Gennadiy Zlobin3. Alex Martelli在EuroPython 2011有过分享
链接地址:http://pyvideo.org/europython-2011/python-design-patterns.html
个人网站:http://www.aleax.it/gdd_pydp.pdf
```