From the course: Building RESTful Web APIs with Django

What you should know

From the course: Building RESTful Web APIs with Django

Start my 1-month free trial

What you should know

- [Instructor] Before getting started with Django REST API, here's what you should know. If you know how to write Python code you should already know how to write a basic Python program and how to install and import Python libraries and modules. But what if you don't know Python? Well, if you know how to write code for Node.js, or JavaScript, or another programming language checkout these courses and start from there. Another resource would be the book Learn Python the Hard Way, which is available online for free and is a great introduction to Python. With some Python knowledge you will also have to know how the following concepts work in the Django Web Framework: Models, views, templates, URL configuration, and how to create new model fields and how to create a view that displays or modifies a model instance.

Contents