https://github.com/maumneto/designpatterncourse
Course of Design Pattern with Python.
https://github.com/maumneto/designpatterncourse
coding design-patterns oop programming python python3 solid
Last synced: 8 months ago
JSON representation
Course of Design Pattern with Python.
- Host: GitHub
- URL: https://github.com/maumneto/designpatterncourse
- Owner: maumneto
- License: mit
- Created: 2021-03-24T11:32:51.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-26T17:01:37.000Z (over 4 years ago)
- Last Synced: 2025-03-05T18:35:12.665Z (about 1 year ago)
- Topics: coding, design-patterns, oop, programming, python, python3, solid
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Design Pattern Course with Python
Description •
For Whom? •
How to Run •
Author
## Description
This repository contains the codes used in the python design patterns course. This course features the following topics:
- S.O.L.I.D. Principles
- Definition of Design Standards Object-Oriented
- Design Pattern Classifications
- Singleton Pattern;
- Observer Pattern;
## For Whom?
These contents are aimed at computer students or related areas who want to learn about design patterns for object-oriented programming.
## How to Run
This repository contains Python code (version 3) and Java code.
> Run Java code
```Java
javac javacode.java
java javacode
```
> Run Python code
```Python
python3 pythoncode.py
```
## Author
Developed by Maurício Moreira Neto :metal:
[](mailto:maumneto@gmail.com)[](https://twitter.com/maumneto)[](https://www.linkedin.com/in/maumneto/)[](https://medium.com/@maumneto)[](https://github.com/maumneto)