This repository contains my practice of design patterns in the book "Head First Design Patterns".
Basically the sample code in the book but reorganized a little bit.
- Implement the patterns in Python
 - Implement the patterns in C++
 - Implement the patterns in Go
 - Implement the patterns in Rust