Skip to content

Mernus/design_patterns

Repository files navigation

Summary

This project contains design patterns realized on Python.

Download the Project

First, clone the repository to your local machine:

git clone git@github.com:Mernus/design_patterns.git

Executing examples

In 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.pyc

OR

py file.pyc

Sources

Also, you can see uncompiled files in a directory with the corresponding name('uncompiled') Names of uncompiled files are the same as compiled.

About

Design patterns realized on Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages