Logo

Code Fellows

Navigation

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

Monday¶

Objectives¶

  • Learn about and implement the quicksort algorithm
  • Understand how to clean data
  • Incorporate Pagination into your Django Imager

Readings¶

Pagination¶

  • How to Paginate with Django

Data Science¶

  • Data Munging in Python using Pandas
  • Let Data Scientists be Data Mungers

Sorting¶

  • Overview of QuickSort

Review¶

Whatever Django stuff is pressing

Concepts¶

  • Django Pagination
    • What is Pagination?
    • The Django Paginator
    • Pagination in Function-based Views
    • Pagination with Controls
    • Pagination with Class-based Views
    • Wrap Up
  • Data Munging
    • Pandas
    • What is Valid?
    • Recap
  • The Quick Sort algorithm

Demo¶

  • Quick Sort!!!

Assignments¶

  • Working with Imperfect Data
  • Django: Add Pagination for Imager
  • Django Imager: Complete Front-End (Due Monday Week 9)
  • Automate Deploying Imager with Ansible (Due Friday Week 9)
  • Implement Quick Sort
  • Django: Add Social Authentication
  • Group Project: Complete Wireframes
  • Technical Blog Post: Publish Your Post (Due Friday)
  • Today I learned...

Table Of Contents

  • Monday
    • Objectives
    • Readings
      • Pagination
      • Data Science
      • Sorting
    • Review
    • Concepts
    • Demo
    • Assignments

Previous topic

Introduction to Machine Learning

Next topic

Django Pagination

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.