Learn SOLID design principles through Python examples — violation vs correct, with UML diagrams.
python docs/01-srp/violation.py
python docs/01-srp/correct.pyRequires Python 3.10+, no external dependencies.
bundle install
bundle exec jekyll serve --livereloadThen open http://localhost:4000/solid-python/
docs/
├── 01-srp/ # Single Responsibility
├── 02-ocp/ # Open/Closed
├── 03-lsp/ # Liskov Substitution
├── 04-isp/ # Interface Segregation
├── 05-dip/ # Dependency Inversion
│ ├── violation.py # What goes wrong
│ ├── correct.py # How to fix it
│ ├── README.md # English docs
│ └── README.uz.md # Uzbek docs
├── index.md # Home (EN)
└── index.uz.md # Home (UZ)
MIT — LICENSE
