Lessons: 11Length: 1 hour

Next lesson playing in 5 seconds

Cancel
  • Overview
  • Transcript

1.1 Introduction

Welcome to Create a REST API With Django, a course which aims to show you just how easy it can be to create a flexible, centralized REST API in Python. You'll see how a Django REST API can provide your users and other applications with a way to access functionality and data.

1.1 Introduction

Hey there tuts fans, Derek Jensen here. And I wanna help you extend the reach of your application and your business. One of the most challenging things to do as you go is to get your application and data into as many peoples' hands as possible. This is especially true with web applications, because it typically means creating mobile and desktop applications. And then you start to create lots of duplication on many different platforms, which quickly becomes a maintenance nightmare. Well, no more. Today, I'm gonna show you how to use a simple yet powerful language in Python in conjunction with Django and the Django REST framework to take all of that hard work on your web application and extend its reach to any operating system and platform that you could dream of. Sound impossible? Well, with just a few simple tools and a little know how, you'll be up and running with a brand new Rest API in under an hour. Let's get started.

Back to the top