Logo

Code Fellows

Navigation

  • index
  • next |
  • previous |
  • Python 401 2.1 documentation »

Wednesday¶

Objectives¶

  • Understand how Merge Sort works
  • Implement Photo and Album tagging into our Django Imager
  • Begin to understand REST and how it changes an application

Readings¶

  • Merge Sort
  • Tagging with Django Taggit

REST¶

  • What Is REST?
  • REST vs SOAP
  • SOAP and REST Basics and Differences
  • Online REST Web Service Demo

Review¶

  • Insertion Sort
  • Setting up S3 with Django

Concepts¶

  • Django: Tagging
    • Getting Started
    • Bringing in Tagging
    • Adding Tags to a Model
    • Incorporating Tags into Views
    • Getting Tagged Items into Templates
    • Recap
  • APIs and RESTfulness
    • What is an API?
    • RESTful APIs
    • Wrap Up
  • The Merge Sort algorithm

Demo¶

Merge sort!!!

Assignments¶

  • Implement Merge Sort
  • Django: Django REST Framework Tutorial, Parts 4-6
  • Django: Implement Django Taggit for Imager
  • Django: Implement a REST API for Imager
  • Group Project: Create a Repository
  • Django Imager: Complete Front-End (Due Monday Week 9)
  • Automate Deploying Imager with Ansible (Due Friday Week 9)
  • Technical Blog Post: Publish Your Post (Due Friday Week 9)
  • Today I learned...

Table Of Contents

  • Wednesday
    • Objectives
    • Readings
      • REST
    • Review
    • Concepts
    • Demo
    • Assignments

Previous topic

Django and AWS Simple Storage System (S3)

Next topic

Django: Tagging

Quick search

Enter search terms or a module, class or function name.

Navigation

  • index
  • next |
  • previous |
  • Python 401 2.1 documentation »
© Copyright 2014-2016, Cris Ewing, Nicholas Hunt-Walker. Created using Sphinx 1.3.5.