Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 18 days 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 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-26T17:01:37.000Z (over 3 years ago)
- Last Synced: 2024-11-15T17:44:28.425Z (3 months 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:
[![Gmail](https://img.shields.io/badge/Gmail-D14836?style=for-the-badge&logo=gmail&logoColor=white)](mailto:[email protected])[![Twitter](https://img.shields.io/badge/Twitter-1DA1F2?style=for-the-badge&logo=twitter&logoColor=white)](https://twitter.com/maumneto)[![LinkedIn](https://img.shields.io/badge/LinkedIn-0077B5?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/in/maumneto/)[![Medium](https://img.shields.io/badge/Medium-12100E?style=for-the-badge&logo=medium&logoColor=white)](https://medium.com/@maumneto)[![GitHub](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)](https://github.com/maumneto)