Difference between revisions of "CSC111 Class Page 2011"
(Created page with "<center> Main Page | Syllabus | Weekly Schedule | [[CSC111_Class_Page_2011#Links_and_Resources | Links &...") |
(→Weekly Schedule) |
||
Line 64: | Line 64: | ||
<!-- ================================================================== --> | <!-- ================================================================== --> | ||
|- style="background:#eeeeff" valign="top" | |- style="background:#eeeeff" valign="top" | ||
− | | Week | + | | Week 4 <br /> 9/27<br /> |
|| | || | ||
* '''Tuesday''' | * '''Tuesday''' | ||
* '''Thursday''' | * '''Thursday''' | ||
---- | ---- | ||
− | * Lab | + | * Lab 4, HW 4 |
|| | || | ||
* Reading | * Reading | ||
Line 75: | Line 75: | ||
<!-- ================================================================== --> | <!-- ================================================================== --> | ||
|- style="background:#ffffff" valign="top" | |- style="background:#ffffff" valign="top" | ||
− | | Week | + | | Week 5 <br /> 10/4<br /> |
|| | || | ||
* '''Tuesday''' | * '''Tuesday''' | ||
* '''Thursday''' | * '''Thursday''' | ||
---- | ---- | ||
− | * Lab | + | * Lab 5, HW 5 |
|| | || | ||
* Reading | * Reading | ||
<!-- ================================================================== --> | <!-- ================================================================== --> | ||
|- style="background:#eeeeff" valign="top" | |- style="background:#eeeeff" valign="top" | ||
− | | Week | + | | Week 6 <br /> 10/11<br /> |
|| | || | ||
− | * '''Tuesday''' | + | * '''Tuesday''': <font color="magenta"><b> Fall Break</b></font> |
* '''Thursday''' | * '''Thursday''' | ||
---- | ---- | ||
− | * Lab | + | * Lab 6, HW 6 |
|| | || | ||
* Reading | * Reading | ||
<!-- ================================================================== --> | <!-- ================================================================== --> | ||
|- style="background:#ffffff" valign="top" | |- style="background:#ffffff" valign="top" | ||
− | | Week | + | | Week 7 <br /> 10/18<br /> |
|| | || | ||
* '''Tuesday''' | * '''Tuesday''' | ||
* '''Thursday''' | * '''Thursday''' | ||
---- | ---- | ||
− | * Lab | + | * Lab 7, HW 7 |
|| | || | ||
* Reading | * Reading | ||
Line 107: | Line 107: | ||
− | |||
{| style="width:100%" border="1" | {| style="width:100%" border="1" | ||
Line 113: | Line 112: | ||
|'''Week''' || '''Topics''' || '''Reading''' | |'''Week''' || '''Topics''' || '''Reading''' | ||
|- style="background:#ffffff" valign="top" | |- style="background:#ffffff" valign="top" | ||
− | |width="15%"| Week | + | |width="15%"| Week 8 <br /> 10/25 |
|width="60%"| | |width="60%"| | ||
* '''Tuesday''' | * '''Tuesday''' | ||
* '''Thursday''' | * '''Thursday''' | ||
---- | ---- | ||
− | * Lab | + | * Lab 8, HW 8 |
|| | || | ||
* Reading | * Reading | ||
Line 124: | Line 123: | ||
<!-- ================================================================== --> | <!-- ================================================================== --> | ||
|- style="background:#eeeeff" valign="top" | |- style="background:#eeeeff" valign="top" | ||
− | | Week | + | | Week 9 <br /> 11/1<br /> |
|| | || | ||
* '''Tuesday''' | * '''Tuesday''' | ||
* '''Thursday''' | * '''Thursday''' | ||
---- | ---- | ||
− | * Lab | + | * Lab 9, HW 9 |
|| | || | ||
* Reading | * Reading | ||
Line 135: | Line 134: | ||
<!-- ================================================================== --> | <!-- ================================================================== --> | ||
|- style="background:#ffffff" valign="top" | |- style="background:#ffffff" valign="top" | ||
− | | Week | + | | Week 10 <br /> 11/8<br /> |
|| | || | ||
* '''Tuesday''' | * '''Tuesday''' | ||
* '''Thursday''' | * '''Thursday''' | ||
---- | ---- | ||
− | * Lab | + | * Lab 10, HW 10 |
|| | || | ||
* Reading | * Reading | ||
Line 146: | Line 145: | ||
<!-- ================================================================== --> | <!-- ================================================================== --> | ||
|- style="background:#eeeeff" valign="top" | |- style="background:#eeeeff" valign="top" | ||
− | | Week | + | | Week 11 <br /> 11/15<br /> |
|| | || | ||
* '''Tuesday''' | * '''Tuesday''' | ||
* '''Thursday''' | * '''Thursday''' | ||
---- | ---- | ||
− | * Lab | + | * Lab 11, HW 11 |
|| | || | ||
* Reading | * Reading | ||
Line 158: | Line 157: | ||
<!-- ================================================================== --> | <!-- ================================================================== --> | ||
|- style="background:#ffffff" valign="top" | |- style="background:#ffffff" valign="top" | ||
− | | Week | + | | Week 12<br /> 11/22<br /> |
|| | || | ||
* '''Tuesday''' | * '''Tuesday''' | ||
− | * '''Thursday''' | + | * '''Thursday''': <b><font color="magenta">Thanksgiving Break</font></b> |
---- | ---- | ||
− | * | + | * |
|| | || | ||
* Reading | * Reading | ||
Line 169: | Line 168: | ||
<!-- ================================================================== --> | <!-- ================================================================== --> | ||
|- style="background:#eeeeff" valign="top" | |- style="background:#eeeeff" valign="top" | ||
− | | Week | + | | Week 13 <br /> 11/29<br /> |
|| | || | ||
* '''Tuesday''' | * '''Tuesday''' | ||
* '''Thursday''' | * '''Thursday''' | ||
---- | ---- | ||
− | * | + | * |
|| | || | ||
* Reading | * Reading |
Revision as of 10:12, 2 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 |
|
|
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