Day 2: Thursday, January 9th, 2014ΒΆ

  1. For class, read http://en.wikipedia.org/wiki/History_of_the_World_Wide_Web
  2. For class, fill out this survey.
  3. See Homework 1. Any questions?
  4. In class, fill out the reading quiz.
  5. Discussion: why was the Web so successful?
  6. How the class will work, approximately.
  7. If we have time: what do the following code examples do?

Example 1, placed in ‘example.py’:

#!/usr/bin/env python
print 'hello, world'

Example 2:

import socket

Example 3:

while "foo":
   print 'hello, world'

Example 4:

while "":
   print 'hello, world'

Previous topic

Day 3: Tuesday, January 14th, 2014

Next topic

Homework 1

This Page

Edit this document!

This file can be edited directly through the Web. Anyone can update and fix errors in this document with few clicks -- no downloads needed.

  1. Go to Day 2: Thursday, January 9th, 2014 on GitHub.
  2. Edit files using GitHub's text editor in your web browser (see the 'Edit' tab on the top right of the file)
  3. Fill in the Commit message text box at the bottom of the page describing why you made the changes. Press the Propose file change button next to it when done.
  4. Then click Send a pull request.
  5. Your changes are now queued for review under the project's Pull requests tab on GitHub!

For an introduction to the documentation format please see the reST primer.