Seshadri C
Engineering Notes
HomeBlogTopicsContact
Seshadri C
Engineering Notes

Seshadri C

Engineering, architecture, and leadership writing.

HomeBlogTopicsContactLinkedInGitHub
© 2026 Seshadri. All rights reserved.
Back to Topics

Python

2 posts in this topic.

March 12, 2026•39 min read

OOP in Python: Building a Real E-Commerce System from Scratch

Master every OOP concept in Python — classes, encapsulation, inheritance, polymorphism, abstraction, dunder methods, dataclasses, descriptors, and composition — by building a complete e-commerce platform. Advanced patterns, zero fluff.

PythonOOPDesign PatternsSoftware ArchitectureAdvanced Python
Read article
February 28, 2026•25 min read

SOLID Principles in Python: A Visual and Practical Guide

Learn the five SOLID principles through real e-commerce Python examples with interactive diagrams and side-by-side code comparisons. No fluff, just the stuff that actually matters when you're building production systems.

PythonSOLIDDesign PatternsClean CodeSoftware ArchitectureBest Practices
Read article