Django
Django
MVC Pattern:
When talking about applications that provides UI (web or
desktop), we usually talk about MVC architecture. And as the name
suggests, MVC pattern is based on three components: Model, View, and
Controller.
Installing Django:
Installing Django is very easy, but the steps required for its
installation depends on your operating system. Since Python is a
platform-independent language, Django has one package that works
everywhere regardless of your operating system.