Difference between revisions of "CSC111 Class Page 2011"
(→Weekly Schedule) |
(→Weekly Schedule) |
||
Line 58: | Line 58: | ||
* '''Thursday''' | * '''Thursday''' | ||
---- | ---- | ||
− | * Lab 3, HW | + | * Lab 3, HW 2 |
|| | || | ||
* Reading | * Reading | ||
Line 69: | Line 69: | ||
* '''Thursday''' | * '''Thursday''' | ||
---- | ---- | ||
− | * Lab 4, HW | + | * Lab 4, HW 3 |
|| | || | ||
* Reading | * Reading | ||
Line 80: | Line 80: | ||
* '''Thursday''' | * '''Thursday''' | ||
---- | ---- | ||
− | * Lab 5, HW | + | * Lab 5, HW 4 |
|| | || | ||
* Reading | * Reading | ||
Line 90: | Line 90: | ||
* '''Thursday''' | * '''Thursday''' | ||
---- | ---- | ||
− | * Lab 6, HW | + | * Lab 6, HW 5 |
|| | || | ||
* Reading | * Reading | ||
Line 100: | Line 100: | ||
* '''Thursday''' | * '''Thursday''' | ||
---- | ---- | ||
− | * Lab 7, HW | + | * Lab 7, HW 6 |
|| | || | ||
* Reading | * Reading | ||
Line 117: | Line 117: | ||
* '''Thursday''' | * '''Thursday''' | ||
---- | ---- | ||
− | * Lab 8, HW | + | * Lab 8, HW 7 |
|| | || | ||
* Reading | * Reading | ||
Line 128: | Line 128: | ||
* '''Thursday''' | * '''Thursday''' | ||
---- | ---- | ||
− | * Lab 9, HW | + | * Lab 9, HW 8 |
|| | || | ||
* Reading | * Reading | ||
Line 139: | Line 139: | ||
* <font color="magenta">'''Thursday''': '''Othelia Cromwell Day''' (no labs) </font> | * <font color="magenta">'''Thursday''': '''Othelia Cromwell Day''' (no labs) </font> | ||
---- | ---- | ||
− | * Lab 10, HW | + | * Lab 10, HW 9 |
|| | || | ||
* Reading | * Reading | ||
Line 150: | Line 150: | ||
* '''Thursday''' | * '''Thursday''' | ||
---- | ---- | ||
− | * Lab 11, HW | + | * Lab 11, HW 10 |
|| | || | ||
* Reading | * Reading |
Revision as of 11:09, 6 September 2011
Contents
Prof and TAs
Dominique Thiébaut email |
|
Click here for TA hours this week.
Weekly Schedule
Week | Topics | Reading |
Week 1 9/8 |
| |
Week 2 9/13 |
|
|
Week 3 9/20 |
|
|
Week 4 9/27 |
|
|
Week 5 10/4 |
|
|
Week 6 10/11 |
|
|
Week 7 10/18 |
|
|
Week | Topics | Reading |
Week 8 10/25 |
|
|
Week 9 11/1 |
|
|
Week 10 11/8 |
|
|
Week 11 11/15 |
|
|
Week 12 11/22 |
|
|
Week 13 11/29 |
|
|
Week 14 12/6 |
|
|
Week 15 12/13 |
|
|
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
- Getting Started with Linux (from U. North Carolina, Chapel Hill)
- Intermediate Linux (from U. North Carolina, Chapel Hill)
- A good Emacs tutorial
- Emacs Quick Reference
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.
- Video talks on Python:
- All the programs of Zelle's Python textbook
- a video of digital horses: what we can do with lists of objects!
Software
- Installing and using the Secure Shell Client on a Windows PC.
- Using SSH on Windows, Linux, or on a Mac with OS X
Math
Back To Main Page