design pattern

Python Decorator Pattern

Python Decorator Pattern

Diversify your Python functions by decorating them

235 words/2 min read
Sometimes we need to modify or change the behaviour of a function in a loosely coupled manner. Learn how to do this in this 10-minute video.
Python Factory Pattern

Python Factory Pattern

Find out why this 'anti-pattern' is useful

352 words/2 min read
Experiment with this pattern in a Pythonic way. Use the example code.