Boston Python Workshop/Saturday/Web app project

From OpenHatch wiki
Revision as of 07:13, 28 February 2011 by imported>Paulproteus (Created page with '== Overview == On Saturday, you can write and deploy a web application. It's an online poll where visitors can view choices (a bit of text, plus an image) and vote the option up…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Overview

On Saturday, you can write and deploy a web application. It's an online poll where visitors can view choices (a bit of text, plus an image) and vote the option up and down.

My notes about this

Steps

  • Lesson 0: Understanding the web. HTTP and HTML.
    • Exercises
      • View Source at Google
      • telnet google.com 80
  • Step 1: Build the database models for a Poll