Django Rest Framework | How to Create a RESTful API Using Django | Django Tutorial | Edureka

preview_player
Показать описание
This Edureka “Django Rest Framework tutorial" introduces you to the concepts of API and will helps you build a successful REST API in Django. This video helps you to learn following topics:

1. What is an API?
2. Introduction to Rest Framework
3. What is Rest API?
4. Demo - Create a RESTful Web APi

Subscribe to our channel to get video updates. Hit the subscribe button above.

#Django #djangorestframework #djangoAPI #pythondjango #djangoforbeginners #pythonprogramming #python #djangotutorial

How it Works?
1. This is a 5 Week Instructor led Online Course,40 hours of assignment and 20 hours of project work
2. We have a 24x7 One-on-One LIVE Technical Support to help you with any problems you might face or any clarifications you may require during the course.
3. At the end of the training you will be working on a real time project for which we will provide you a Grade and a Verifiable Certificate! It will a live project where you shall create a web application using the Django framework.

- - - - - - - - - - - - - - - - -

About the Course

Edureka's Python Django Training and Certification course is intended to help the learner obtain proficiency in Python programming and develop real-world web applications using Django. This course will cover both the basics and the advanced concepts like writing Python scripts, file operations in Python, working with Databases, creating Views, Templates, Forms, Models and REST APIs in Django.
- - - - - - - - - - - - - - - - - - -

Why learn Python Django?

Django, a popular & high level python web framework, is Flat out amazing. Below are few of the reasons.

Instagram, Facebook, Disqus, Pinterest, NASA, The Washington Post and other top companies use Python with Django. For web developers, this means that mastering Python and its popular advanced frameworks like Django should ensure you’re able to find work or even build your own product or service as a startup.
Python is an ideal option for bootstrappers and startups because of its quick deployment and—as mentioned earlier—lesser amount of required code next to Java, C, and PHP among others.
Python Django framework supports the use of human-readable website URLs, which isn’t only helpful from the actual user’s perspective, but also to search engines, which use the keywords in the URL when ranking sites.
Django prevents a number of common security mistakes better than say, PHP does.

Call us at US: 1844 230 6362(toll free) or India: +91-90660 20867

Рекомендации по теме
Комментарии
Автор

No. No. This tutorial deserves more likes and views. There are those that know and those that can teach. You are a Teacher. I have spent a whole day trying to understand APIs and REST APIs. Just about to give up, and with only 23:03 mins, You made me understand. Thank YOU.

alexbarasa
Автор

"A REST API is a set of web adresses that respond with pure information, not a formatted web page". Finally a definition I can understand. Thanks!

alexandrevr
Автор

Hi when you make corrections behind the scenes, try to notify viewers what corrections were made, some beginners might not figure it out quickly

godfredowusu
Автор

the word "excellent" is not Thank u sooo much

tallapudigurunadharao
Автор

Dude sis, I was gonna watch like a two-hour long video on the rest framework. Bless you.

hardikrajpal
Автор

You cleared my concept so beautifully. Thank you

nikhilrajbhar
Автор

What an amazing explanation given by her.
Loved it.
I should have landed in this video before.

manishmeshram
Автор

from django.contrib import admin
from django.urls import path
from rest_framework.urlpatterns import format_suffix_patter
from webapp import views

urlpatterns = [
path('admin/', admin.site.urls),
path(r'^employees/', views.emplyeelist.as_view()),
]


we face error IndentationError: unexpected indent

shailendramisra
Автор

excellent trainer and Video. one shot on my own project and it worked. !!!!

karimkazia
Автор

Linux and Python = LOVE

great video

Ladsoftware
Автор

I am a beginner it helps me a lot. your explanations are amazing

ashmitha
Автор

Very very very very very nice tutorial. It helped me a lot. Thank You!!!

pratishrai
Автор

I cleared my long lost doubt today..thank you ..great tutorial

vanshajmittal
Автор

Please share how to use POST, PUT in REST API using DJANGO...

garimabareja
Автор

দিন শেষে ত ভালই বুঝাইলা
Thank you . It great tutorial

sayeedamin
Автор

I love the "thank you bye bye" part

ThienDiaVoTri
Автор

Best Ever Explain ! in past no one can explain this type. great explain. Thank you so much.

gunjanshrimali
Автор

@edureka! I have a doubt, i pass the data through name variable, from html to djnago backend, where is the use of api in website then

shechan
Автор

Thank you...It is very usefull video..thank u so much

athiramolsali
Автор

thanks for explain in easy and great way.

ShivKumar-lgrc