0.0 (0 )
IT and Software Personal Development

Django Rest Framework

Overview: Django Rest Framework Welcome to the "Django Rest Framework" course! This comprehensive program is designed to equip participants with the ...

Img

82 Lesson

Img

4hr 44min

Img

4 students enrolled

Overview: Django Rest Framework

Welcome to the "Django Rest Framework" course! This comprehensive program is designed to equip participants with the skills and knowledge needed to build robust RESTful APIs using Django, a high-level Python web framework. Through a combination of theoretical learning and hands-on exercises, participants will explore the key concepts and best practices of building RESTful APIs with Django Rest Framework (DRF). From authentication and serialization to testing and deployment, this course covers everything you need to know to become proficient in Django Rest Framework.
  • Interactive video lectures by industry experts
  • Instant e-certificate
  • Fully online, interactive course with Professional voice-over
  • Developed by qualified first aid professionals
  • Self paced learning and laptop, tablet, smartphone friendly
  • 24/7 Learning Assistance
  • Discounts on bulk purchases

Main Course Features:

  • In-depth coverage of Django Rest Framework fundamentals and advanced topics
  • Hands-on projects and coding exercises to reinforce learning and practical application
  • Exploration of RESTful API design principles and best practices
  • Guidance on authentication, authorization, and permissions in Django Rest Framework
  • Discussion of serialization, validation, and queryset optimization techniques
  • Introduction to testing and debugging RESTful APIs using Django Rest Framework's testing tools
  • Deployment strategies for deploying Django Rest Framework applications to production environments
  • Ongoing support and resources to help participants stay updated on the latest developments in Django Rest Framework

Who Should Take This Course:

  • Python developers interested in building RESTful APIs using Django Rest Framework
  • Web developers looking to expand their skill set and add Django Rest Framework to their toolkit
  • Backend developers seeking to enhance their knowledge of building APIs with Django
  • Anyone interested in learning how to build scalable and maintainable RESTful APIs using Django Rest Framework

Learning Outcomes:

  • Understand the fundamentals of building RESTful APIs with Django Rest Framework
  • Gain practical experience in designing and implementing RESTful APIs using Django Rest Framework
  • Learn how to authenticate and authorize users in Django Rest Framework applications
  • Master the serialization and validation of data in Django Rest Framework serializers
  • Acquire testing and debugging skills for ensuring the reliability and stability of Django Rest Framework APIs
  • Explore deployment strategies for deploying Django Rest Framework applications to production environments
  • Collaborate effectively with frontend developers to integrate Django Rest Framework APIs into web applications
  • Showcase proficiency in Django Rest Framework through the development of a capstone project or portfolio of projects.

Certification

Once you’ve successfully completed your course, you will immediately be sent a digital certificate. All of our courses are fully accredited, providing you with up-to-date skills and knowledge and helping you to become more competent and effective in your chosen field. Our certifications have no expiry dates, although we do recommend that you renew them every 12 months.

Assessment

At the end of the Course, there will be an online assessment, which you will need to pass to complete the course. Answers are marked instantly and automatically, allowing you to know straight away whether you have passed. If you haven’t, there’s no limit on the number of times you can take the final exam. All this is included in the one-time fee you paid for the course itself.
Course Content
82 Lectures 4hr 44min
  • ImgModule 01: Course and Instructor Introduction

  • ImgModule 02: How to make the best of this course

  • ImgModule 01: What is REST?

  • ImgModule 02: Why REST

  • ImgModule 03: What and Why DJango REST Framework

  • ImgModule 01: Install DJango

  • ImgModule 02: Install DJango REST Framework

  • ImgModule 03: Install MySql and MySql workbench

  • ImgModule 04: Launch MySql workbench

  • ImgModule 05: Install python mysqlclient

  • ImgModule 06: Install ATOM

  • ImgModule 07: Install Postman

  • ImgModule 01: Create the Project

  • ImgModule 02: Create a view

  • ImgModule 03: Configure the URL and TEST

  • ImgModule 04: Create app level urls

  • ImgModule 05: Create a model class

  • ImgModule 06: Configure the database and run migrations

  • ImgModule 07: Use the model in the view and test

  • ImgModule 01: DRF Components

  • ImgModule 02: Function Based Views

  • ImgModule 03: Serializers

  • ImgModule 04: Create the Project

  • ImgModule 05: Create the Model

  • ImgModule 06: Create the Serializer

  • ImgModule 07: GET single student

  • ImgModule 08: Create Student

  • ImgModule 09: Implement Non Primary Key Based Operations

  • ImgModule 10: Use @api_view

  • ImgModule 11: Configure the URLs

  • ImgModule 12: Test

  • ImgModule 13: Test Using Postman

  • ImgModule 01: Introduction

  • ImgModule 02: Create the Project

  • ImgModule 03: Implement Non Primary Key Based Operations

  • ImgModule 04: Implement Primary Key Based Operations

  • ImgModule 05: Configure the URLs and TEST

  • ImgModule 01: Introduction

  • ImgModule 02: Non Primary Key based operations

  • ImgModule 03: Primary Key based operations

  • ImgModule 04: Configure the URLs and TEST

  • ImgModule 01: Generics

  • ImgModule 02: Generics in action

  • ImgModule 01: Introduction

  • ImgModule 02: Create ViewSet

  • ImgModule 03: Configure URLs and Test

  • ImgModule 01: Create the project

  • ImgModule 02: Create model

  • ImgModule 03: Create Serializers

  • ImgModule 04: Create REST endpoints

  • ImgModule 05: Configure URLs

  • ImgModule 06: Test

  • ImgModule 01: Introduction

  • ImgModule 02: Pagination in action

  • ImgModule 03: Pagination at class level

  • ImgModule 04: Using LimitOffsetPagination

  • ImgModule 01: Introduction

  • ImgModule 02: Authentication in action

  • ImgModule 03: Authorization in action

  • ImgModule 04: Global Security

  • ImgModule 01: Usecase

  • ImgModule 02: Create the Project

  • ImgModule 03: Create Model Classes

  • ImgModule 04: Create Reservation Model

  • ImgModule 05: Create Serializers

  • ImgModule 06: Create ViewSets

  • ImgModule 07: Configure the Router

  • ImgModule 08: Run Migrations

  • ImgModule 09: Initial round of testing

  • ImgModule 10: Implement findFlights endpoint

  • ImgModule 11: Test findFlights

  • ImgModule 12: Implement Save Reservation

  • ImgModule 13: Test Save Reservation

  • ImgModule 01: In-Built Validations

  • ImgModule 02: Allowing Blank and Null Values

  • ImgModule 03: Create Custom Validator

  • ImgModule 04: Two more ways

  • ImgModule 01: Introduction

  • ImgModule 02: Configure Token Auth

  • ImgModule 03: Create Users and Token

  • ImgModule 04: Token Auth in action

  • ImgModule 05: Automate Token Creation