From prototype to layered architecture: smart home system in Python2 minsSmart home project in Python evolving from a basic console app to a modular architecture with database and testing.
E-commerce with decoupled frontend and backend: full stack project in Python2 minsFull stack project with frontend/backend separation, including e-commerce logic, database and Scrum workflow.
My first authentication system with Python (login & registration)3 minsAuthentication system in Python with registration, login and roles, built with a focus on architecture and teamwork.
Essential Object-Oriented Programming Summary in Python22 July 2025·Updated: 23 April 2026·6 minsThis article provides a practical summary of the fundamental and advanced Object-Oriented Programming (OOP) concepts using Python. Perfect for students, self-learners, or anyone who wants to review the basics clearly and with simple examples.