Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Personal Transformation Meditation Life Purpose Coaching Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Data Science
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee

This course includes:

  • 5 hours on-demand video
  • 1 article
  • 1 downloadable resource
  • Full lifetime access
  • Access on mobile and TV
  • Assignments
IT & Software Other IT & Software Django

Django Rest Framework

Create REST APIs using Python and Django in simple steps
Bestseller
Rating: 4.5 out of 54.5 (122 ratings)
528 students
Created by Bharath Thippireddy
Last updated 1/2021
English
English
30-Day Money-Back Guarantee

What you'll learn

  • Learn what REST APIs are and why we need them
  • Create REST APIs using Function Based Views
  • Create REST APIs using Class Based Views
  • Use mixins, generics and viewsets
  • Configure Router and Routes for your REST APIs
  • Secure you REST APIs using Authentication and Authorization

Requirements

  • Knowledge of Python and Django
  • Atom or PyCharm (Installation of Atom is covered in easy setup section)

Description

Sample of the reviews:

Good Course. I like the teaching style, short videos with good focus subject coverage such that I can manage my time more effectively. - Mark Mneimneh

Great Course. Good Basic Knowledge of the Framework - Gus Minor

The course is good for beginners. I looked for this type of course, short and specific. I learned from it. I got a better understanding of drf. - Fidel Rosell

---


Are you a python and Django developer who wants to create python rest apis while mastering Django Rest Framework(DRF)? Are you an experienced Django Developer who wants to fill in any gaps in your knowledge of creating a REST APIs using Django REST Framework then this course is for you too.

DRF is the most widely used Web Application Development framework in the industry today. Django makes it super easy to create production ready web applications. You will start this course by learning what Django REST Framework is ,the different features that are a part of every Django REST application .You will be working hands on one feature at a time .You will then create a web application using all the knowledge you gain from those sections.

  • Learn what REST APIs are and why we need them

  • Create REST APIs using Function Based Views

  • Create REST APIs using Class Based Views

  • Use mixins, generics and ViewSets

  • Configure Router and Routes for your REST APIs

  • Secure you REST APIs using Authentication and Authorization

What are the requirements?

  Knowledge of Python , Atom or PyCharm (Installation of Atom is covered in easy setup section)

Who this course is for:

  • Python developers who want to master Django REST Framework
  • Programmers who wants to develop REST APIs using Python and Django REST Framework
  • This course shows you how to create a REST API project from scratch
  • This is not for students who are looking for solutions to all real time project problems

Featured review

RAJESH BEJAWADA
RAJESH BEJAWADA
4 courses
3 reviews
Rating: 5.0 out of 55 months ago
Hi Techies, Very Simple Understanding Level For Beginners Who want To Start Learning Django REST Framework I Recommended To Go through This Lecture and Lecturer(Bharath ThippiReddy) Was Explained Very Well And End of The Session You will Get a good Knowledge on DRF(Django Rest Framework) Thanks To Udemy Team and Keep Rocking.... :)

Course content

16 sections • 86 lectures • 4h 56m total length

  • Preview02:36
  • Preview01:40

  • Preview06:19
  • Why REST
    07:34
  • What and Why DJango REST Framework
    05:46
  • Quiz
    5 questions

  • Install DJango
    03:18
  • Install DJango REST Framework
    00:32
  • Install MySql and MySql workbench
    03:15
  • Launch MySql workbench
    01:44
  • Windows Only -Install Mysql
    04:49
  • Windows Only - Install Mysql Workbench
    02:58
  • Install python mysqlclient
    00:24
  • Install ATOM
    02:49
  • Install Postman
    01:27
  • Download Completed Projects
    00:36

  • Create the Project
    02:39
  • Create a view
    02:16
  • Configure the URL and TEST
    02:37
  • Create app level urls
    02:17
  • Create a model class
    03:04
  • Configure the database and run migrations
    02:54
  • Use the model in the view and test
    03:17
  • REST in Action
    4 questions

  • DRF Components
    06:00
  • Function Based Views
    05:18
  • Serializers
    03:56
  • Create the Project
    01:52
  • Create the Model
    01:54
  • Create the Serializer
    02:12
  • GET single student
    03:43
  • Create Student
    04:25
  • Implement Non Primary Key Based Operations
    07:16
  • Use @api_view
    00:47
  • Configure the URLs
    01:49
  • Test
    07:10
  • Test Using Postman
    04:16
  • Function Based Views and Serializers
    3 questions
  • Function Based Views and Serializers
    1 question

  • Introduction
    03:15
  • Create the Project
    02:31
  • Implement Non Primary Key Based Operations
    05:52
  • Implement Primary Key Based Operations
    07:13
  • Configure the URLs and TEST
    03:49
  • Class Based Views
    3 questions
  • Class Based Views
    1 question

  • Introduction
    04:33
  • Non Primary Key based operations
    03:32
  • Primary Key based operations
    01:55
  • Configure the URLs and TEST
    01:47
  • Mixins
    2 questions
  • Mixins
    1 question

  • Introduction
    03:03
  • Generics in action
    02:35
  • Generic Views
    1 question
  • Generic Views
    1 question

  • Introduction
    02:50
  • Create ViewSet
    01:34
  • Configure URLs and Test
    03:58
  • ViewSets
    1 question
  • ViewSets
    1 question

  • Create the project
    02:19
  • Create model
    02:37
  • Create Serializers
    03:37
  • Create REST endpoints
    02:29
  • Configure URLs
    02:21
  • Test
    02:45
  • Nested Serializers
    1 question

Instructor

Bharath Thippireddy
IT Architect and Best Selling Instructor- 350000+ students
Bharath Thippireddy
  • 4.5 Instructor Rating
  • 53,196 Reviews
  • 394,528 Students
  • 30 Courses

Bharath Thippireddy is an Entrepreneur,Software Architect and Public Speaker who has trained 350000 + students across the planet.He is Oracle Certified Developer, Web Component Developer, Business Component Developer, Web Services Developer.

He loves learning new things both in technology and personal development and shares them on YouTube and his web site. He have mentored students in class room trainings as well as in the corporate world both in India as well as in USA.He has spoken on technical topics at several agile conferences. While in India he also voluntarily teaches interview and soft skills at Vivekananda Kendra.

Full Stack Development using Java,Python,JavaScript and DevOps, AWS, Docker, Kubernetes.

From 25 Courses which currently have 300K+ Learners you can pick a track and master

Spring Boot Project Development using Angular and React

Angular and React project creation with Java or Node backend

Complete Python Stack from core Python to Django REST Framework

Docker , Kubernetes, Maven, Jenkins ,GIT , AWS EC2 ,Elastic Beanstalk,ELB,Auto Scaling and more in easy steps

Java (Java Design Patterns,Java Web Services,Java Messaging Service)

And Spring Frameworks ( Spring, Spring Boot,Spring Data using Hibernate,Spring Data REST)

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.