Skip to main content

Posts

Showing posts with the label Python (Django)
World Nomads Logo

What are the Advantages of Django?

1. Object-Relational Mapping (ORM) Support: Django provides a bridge between the data model and the database engine, and supports a large set of database systems including MySQL, Oracle, Postgres, etc. Django also supports NoSQL database through Django-nonrel fork. For now, the only NoSQL databases supported are MongoDB and google app engine. 2. Multilingual Support : Django supports multilingual websites through its built-in internationalization system. So you can develop your website, which would support multiple languages. 3. Framework Support : Django has built-in support for Ajax, RSS, Caching and various other frameworks. 4. Administration GUI : Django provides a nice ready-to-use user interface for administrative activities. 5. Development Environment : Django comes with a lightweight web server to facilitate end-to-end application development and testing. Travel insurance: simple & flexible You can buy and claim online , even after you've left home. Trav...

Design Philosophies/Myth of Django?

Django comes with the following design philosophies:  Loosely Coupled: Django aims to make each element of its stack independent of the others.  Less Coding: Less code so in turn a quick development.  Don't Repeat Yourself (DRY): Everything should be developed only in exactly one place instead of repeating it again and again.  Fast Development: Django's philosophy is to do all it can to facilitate hyper-fast development.  Clean Design: Django strictly maintains a clean design throughout its own code and makes it easy to follow best web-development practices. Subscribe channel on  YouTube Read this post on  Blogger Like page on  Facebook Tweet about video on  twitter Let's chat on  whatsapp See you at  Instagram Google +

Django at a glance.

As you already know, Django is a Python web framework. And like most modern framework, Django supports the MVC pattern. First let's see what is the Model-View-Controller (MVC) pattern, and then we will look at Django’s specificity for the Model-View-Template (MVT) pattern. Amazon.in Widgets 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. DJANGO MVC - MVT Pattern The Model-View-Template (MVT) is slightly different from MVC. In fact the main difference between the two patterns is that Django itself takes care of the Controller part (Software Code that controls the interactions between the Model and View), leaving us with the template. The template is a HTML file mixed with Django Template Language (DTL). The following diagram illustrates how each of the components of the MVT pattern interacts with each other ...

What is Django?

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. Django makes it easier to build better web apps quickly and with less code. • Open source general-purpose language. • Object Oriented, Procedural, Functional • Easy to interface with C/ObjC/Java/Fortran • Easy-ish to interface with C++ (via SWIG) • Great interactive environment DotColor - Color for iPhone Comment: Django is a registered trademark of the Django Software Foundation, and is licensed under BSD License. • Downloads: http://www.python.org • Documentation: http://www.python.org/doc/ • Free book: http://www.diveintopython.org Subscribe channel on  YouTube Read this post on  Blogger Like page on  Facebook Tweet about video on  twitter Let's chat on  whatsapp See you at  Instagram Google +

Contact Us

Name

Email *

Message *