ninoNinkovic / design-patterns

Some of the most common design patterns implemented in Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

design-patterns

License: MIT Build Status Python 3 Code style: black

Some of the most common design patterns implemented in Python.

Usage

Create a virtual environment and install all dependencies with:

pip install -r requirements.txt

If you want you can also all tests with:

python -m pytest -v

You can test the MVC pattern with:

cd mvc
python model_view_controller.py

About

Some of the most common design patterns implemented in Python.

License:MIT License


Languages

Language:Python 100.0%