Interface Segregation Principle means a client should not depend on something it doesn't need.
Flask is a microframework for Python based on Werkzeug (toolkit), Jinja 2 (templating engine) and go...Read more