dJango Tutorial

Chapter - 1

What Is Framework

1.1. Framework : -

A framework may include predefined classes and functions that can be used to process input, manage hardware devices, and interact with system software. The purpose of the framework is to allow developers to focus on building a unique feature for their Projects rather than writing code from scratch.

A Framework is a set of conceptual structure and guidelines, used to build something useful.

1.2. Why Use Framework :-

  • Collection of tool
  • No need to start from scratch
  • Save Time
  • Improve Productivity
  • Clean Code
  • Reusable code
  • Testing
  • Debugging

Next