Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 691 Bytes

week0039-build-a-rest-api-with-django-rest-framework.md

File metadata and controls

23 lines (15 loc) · 691 Bytes

Week 0039 "Build a REST API with Django Rest Framework"

2016-02-22

A walk through on how to setup a python virtual environment, and install python libraries needed to build a RESTful API using the Django Rest Framework. Then building a simple RESTful API using DRF.

Topics

  • Working in python
  • Understanding RESTful APIs

Talk Resources

Want a head start?

Virtualenv

REST

Django Rest Framework