CSC111 Class Page 2011

From dftwiki3
Revision as of 10:05, 2 September 2011 by Thiebaut (talk | contribs) (Created page with "<center> Main Page | Syllabus | Weekly Schedule | [[CSC111_Class_Page_2011#Links_and_Resources | Links &...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Main Page | Syllabus | Weekly Schedule | Links & Resources




Prof and TAs

Dominique Thiébaut email
Dept. Computer Science
Ford Hall, 356.
Telephone: 3854
Office hours TBA, and by appointments

 



Click here for TA hours this week.

Weekly Schedule

Week Topics Reading
Week 1
9/8
  • Thursday
    • A look at the syllabus
    • Introduction to computer programming

  • Read Chapter 1 in Zelle.
  • Read the article on pair programming. We will discuss it in class on Th 9/15.
Week 2
9/13
  • Tuesday
  • Thursday

  • Lab 2, HW 2
  • Reading
Week 3
9/20
  • Tuesday
  • Thursday

  • Lab 3, HW 3
  • Reading
Week 3
9/20
  • Tuesday
  • Thursday

  • Lab 3, HW 3
  • Reading
Week 3
9/20
  • Tuesday
  • Thursday

  • Lab 3, HW 3
  • Reading
Week 3
9/20
  • Tuesday
  • Thursday

  • Lab 3, HW 3
  • Reading
Week 3
9/20
  • Tuesday
  • Thursday

  • Lab 3, HW 3
  • Reading


Spring Break

Week Topics Reading
Week 9
3/22
  • Tuesday
  • Thursday

  • Lab 3, HW 3
  • Reading
Week 3
9/20
  • Tuesday
  • Thursday

  • Lab 3, HW 3
  • Reading
Week 3
9/20
  • Tuesday
  • Thursday

  • Lab 3, HW 3
  • Reading
Week 3
9/20
  • Tuesday
  • Thursday

  • Lab 3, HW 3
  • Reading


Week 3
9/20
  • Tuesday
  • Thursday

  • Lab 3, HW 3
  • Reading
Week 3
9/20
  • Tuesday
  • Thursday

  • Lab 3, HW 3
  • Reading

...


Links and Resources

Python keywords

The list of all the reserved words of the Python language
and del for is raise assert elif from lambda return break else global not try class except if or while continue exec import pass yield def finally in print

Linux

Misc

  • If you decide to work in pairs for the homework assignments, you need to follow the protocol for 'pair programming' as discussed in this article.
  • All the programs of Zelle's Python textbook

Software

  • Using SSH on Windows, Linux, or on a Mac with OS X

Math









Back To Main Page