Skip to content

maumneto/DesignPatternCourse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Design Pattern Course with Python

DescriptionFor Whom?How to RunAuthor

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

javac javacode.java
java javacode

Run Python code

python3 pythoncode.py

Author

Developed by Maurício Moreira Neto 🤘

GmailTwitterLinkedInMediumGitHub

About

Course of Design Pattern with Python.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors