Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)