This project contains design patterns realized on Python.
First, clone the repository to your local machine:
git clone git@github.com:Mernus/design_patterns.gitIn the project directory, you can find compiled versions of design patterns files (files *.pyc)
To execute these files and see the output of design patterns examples, you need to print in the console.
python file.pycOR
py file.pycAlso, you can see uncompiled files in a directory with the corresponding name('uncompiled') Names of uncompiled files are the same as compiled.