https://github.com/hvu-dev/100days-with-design-pattern
Design Patterns: Dummy Learner
https://github.com/hvu-dev/100days-with-design-pattern
design-patterns oop programming-pattern python3
Last synced: 4 months ago
JSON representation
Design Patterns: Dummy Learner
- Host: GitHub
- URL: https://github.com/hvu-dev/100days-with-design-pattern
- Owner: hvu-dev
- Created: 2022-02-21T15:51:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-01T09:45:44.000Z (almost 4 years ago)
- Last Synced: 2024-12-30T21:23:19.585Z (over 1 year ago)
- Topics: design-patterns, oop, programming-pattern, python3
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Design Patterns
Design patterns repo for learning and research purpose. Study with me!
## Summary
This repo will cover some basic patterns which has been categorized/found by many developers:
- Creational pattern
- Behavioural pattern
- Structural pattern
Design pattern is preferable to any languages, understand the concepts and scenarios you could implement it in any Object Oriented Programming Language.
This repo is written in Python.
## Note:
* Abstraction is a very good way to implement functions/classes, however they (sometimes) will not be neccessary in Python, thanks for it dynamic-typed. Function may not know about about its' parameters until they're called during runtime which also can be consider as 'abstract'.
### Brief intro and contacts:
I'm Huy Vu (John), a person who passionate with softwares and technology. Coming from economics background has helped me to understand the critical contribution of technology to the proliferation of the world. And this is the start of my journey!
- **Email**: vuquanghuy2k@gmail.com
- [Github](https://github.com/HuyVQ18411c)
- [LinkedIn](https://www.linkedin.com/in/huy-vu-dev/)