Getting Started With Django
Getting Started With Django
1. Who read this blog ?
1. Who wants to career in Web development
2. Don't know what learn after learn python
3. Who trying to learn new things
2. What is Django ? 🤔
Django is a high level Python web framework which allows fast, clean and pragmatic design development. Django handles much of the complex websites, so you can focus on writing your app without a need to reinvent the wheel. Django is totally free and open source.
It works with mostly all important databases like Oracle, MySQL, PostgreSQL,SQLite, etc. There are numbers of websites which uses Django as their primary framework for backend development. for example Youtube, Instagram, Spotify. Current Version of Django is 3.0 Commonly used 1.11.
Features of Django
1. Excellent Documentation
2. Pthon Web-framework
2. Pthon Web-framework
3. SEO (Search Engine Optimization ) Optimised
4. Highly Secure
5. Provides Rapid Development
3. Why Django ? (flask vs Django)
Flask is also Python web-framework. Both Flask and Django are currently being used by several high-traffic websites. But the usage statistics posted on various websites depict that Django is more popular than Flask. You can find some of the best websites developed using Django here. The developers can take advantage of the robust features provided by Django to build and deploy complex web applications rapidly. At the same time, they can use Flask to accelerate development of simple websites that use static content.However, the developers still have option to extend and customize Flask according to precise project requirements.
On the whole, both Flask and Django are widely used open source web frameworks for Python. Django is a full-stack web framework, whereas Flask is a micro and lightweight web framework. The features provided by Django help developers to build large and complex web applications. On the other hand, Flask accelerates development of simple web applications by providing the required functionality. Hence, the developers must keep in mind the needs of individual projects while comparing Flask and Django.
4. Prerequisites
1. Python programming language
2. Command prompt
3. Basic Software Installation procedure
5. Software required
1. Text Editor ( Here i used VS Code Editor )
2. Python Installed
6. How to start with Django ?
2. First project Hello World
Comments
Post a Comment