Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.51 KB

day19.rst

File metadata and controls

44 lines (26 loc) · 1.51 KB

Day 19: Tuesday, Mar 18th, 2014

0. Read A conspiracy of hogs and skim the Wikipedia entry on Prediction market.

  1. Quizlet. You may need to sign into your MSU account on Google first.

  2. Discussion.

  3. More query diagrams: redirects, and JavaScript.

  4. Quick discussion of twill.

    (Note: is anyone interested in rewriting this using 'requests'?)

  5. twill exercise

    ...AND/OR...

  6. write a query diagram for the quotes app.

    To get the quotes app, do a clean checkout of my serverz repo into the directory 'day19' by doing:

    git clone https://github.com/ctb/cse491-serverz.git day19 -b day19
    

    and then:

    cd day19/quotes/
    python2.7 quotes-server <port number>
    

    You probably won't need to be in an activate virtualenv to do this.

    Finally, go to:

    arctic.cse.msu.edu:<port number>/quotes-2.html
    

    Draw a query diagram explaining the HTTP serving that's going on here, and then write your NetID on the piece of paper and put 'em in a stack on Table 6.