Which Python web framework uses the “Don’t repeat yourself” principle?

  • Django
  • Flask
  • Pyramid
  • Tornado
Django is a Python web framework that follows the "Don't repeat yourself" (DRY) principle. DRY encourages developers to avoid duplicating code by providing reusable components and an organized structure.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *