if1bonacci / python_solid

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Solid Python

The SOLID principles are:

  • The Single-Responsibility Principle (SRP)
  • The Open-Closed Principle (OCP)
  • The Liskov Substitution Principle (LSP)
  • The Interface Segregation Principle (ISP)
  • The Dependency inversion Principle (DIP)

About


Languages

Language:Python 100.0%