About me

Saturday, May 12, 2018

Python Django

            Python is an interpreted high-level programming language for general-purpose programming.

Created by Guido van Rossum and first released in 1991, Python has a design philosophy that emphasizes code readability.its program can be done with fewer lines of code                                                                             
          And uses significant amount of white space indentation . Uses an elegant syntax, making the programs you write easier to read. Provides with constructs that enable clear programming on both small and large scale you can start to learn Python here
Guido van Rossum

           It is a dynamically typed  and a clear and powerful object-oriented programming language code can be grouped in to modules and packages it has advanced features like generators and list comprehension . Python's automatic memory management frees you from having to manually allocate and free memory in your code . Is a free software in two senses. It doesn't cost anything to download or use Python, or to include it in your application. Python can also be freely modified and re-distributed, because while the language is copyrighted it's available under an open source license
   
      
Django is a high-level Python Web framework that encourages rapid development and clean, pragmatic design. It takes care of much of the hassle of Web development, so you can focus on writing your app without needing to reinvent the wheel. It’s free and open source.It is fast.,secure and exceedingly scalable.

The cause which Django official site says why Django was invented is to meet fast-moving newsroom deadlines, while satisfying the tough requirements of experienced Web developers

            Django web frameworks supports with the MVC pattern django is with a different thing as MVT(Model View Template) The difference 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).Django
is installed from this site http://www.djangoproject.com/download.It works on many of database engines such as.

   The 5th and 6th are  NoSQL databases  



Friends start to learn python django by viewing other  posts from blog archive and don't forget to share and comment your suggestions on the blog and also follow to get newer posts


1 comment: