WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

kotaaaa/design-pattern-py

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published