Skip to content

Repository files navigation

Design_pattern_py

  • Exercise for design pattern with Python
  • Basically contents is from Link
  • Code is originally written with Java. I rewrite with Python

Usege

# Open with VSCode devcontainer
$ cd ./{design_pattern_name}/
$ python main.py
# See the output.

Used abstractmethod to express interface object.

from abc import ABCMeta, abstractmethod

About

Exercise for design pattern with Python

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages