Difference between revisions of "CSC111 Class Page 2014"
(→Weekly Schedule) |
(→Weekly Schedule) |
||
Line 67: | Line 67: | ||
<!-- ================================================================== --> | <!-- ================================================================== --> | ||
|- style="background:#ffffff" valign="top" | |- style="background:#ffffff" valign="top" | ||
− | | Week | + | | Week 3 <br /> 2/10<br /> |
|| | || | ||
* '''Monday''' | * '''Monday''' | ||
Line 81: | Line 81: | ||
<!-- ================================================================== --> | <!-- ================================================================== --> | ||
|- style="background:#eeeeff" valign="top" | |- style="background:#eeeeff" valign="top" | ||
− | | Week | + | | Week 4 <br /> 2/17<br /> |
|| | || | ||
* '''Monday''' | * '''Monday''' | ||
Line 95: | Line 95: | ||
<!-- ================================================================== --> | <!-- ================================================================== --> | ||
|- style="background:#ffffff" valign="top" | |- style="background:#ffffff" valign="top" | ||
− | | Week | + | | Week 5 <br /> 2/24<br /> |
|| | || | ||
* '''Monday''' | * '''Monday''' | ||
Line 109: | Line 109: | ||
<!-- ================================================================== --> | <!-- ================================================================== --> | ||
|- style="background:#eeeeff" valign="top" | |- style="background:#eeeeff" valign="top" | ||
− | | Week | + | | Week 6 <br /> 3/3<br /> |
|| | || | ||
* '''Monday''' | * '''Monday''' | ||
Line 123: | Line 123: | ||
<!-- ================================================================== --> | <!-- ================================================================== --> | ||
|- style="background:#ffffff" valign="top" | |- style="background:#ffffff" valign="top" | ||
− | | Week | + | | Week 7 <br /> 3/10<br /> |
|| | || | ||
* '''Monday''' | * '''Monday''' | ||
Line 137: | Line 137: | ||
<!-- ================================================================== --> | <!-- ================================================================== --> | ||
|- style="background:#eeeeff" valign="top" | |- style="background:#eeeeff" valign="top" | ||
− | | Week | + | | Week 8 <br /> 3/17<br /> |
|| | || | ||
− | * ''' | + | * <font color="magenta">'''Spring Break'''</font> |
− | |||
− | |||
− | < | ||
− | |||
− | |||
− | |||
|| | || | ||
* Reading | * Reading | ||
Line 151: | Line 145: | ||
<!-- ================================================================== --> | <!-- ================================================================== --> | ||
|- style="background:#ffffff" valign="top" | |- style="background:#ffffff" valign="top" | ||
− | | Week | + | | Week 9 <br /> 3/24<br /> |
|| | || | ||
* '''Monday''' | * '''Monday''' | ||
Line 165: | Line 159: | ||
<!-- ================================================================== --> | <!-- ================================================================== --> | ||
|- style="background:#eeeeff" valign="top" | |- style="background:#eeeeff" valign="top" | ||
− | | Week | + | | Week 10 <br /> 3/31<br /> |
|| | || | ||
* '''Monday''' | * '''Monday''' | ||
Line 179: | Line 173: | ||
<!-- ================================================================== --> | <!-- ================================================================== --> | ||
|- style="background:#ffffff" valign="top" | |- style="background:#ffffff" valign="top" | ||
− | | Week | + | | Week 11 <br /> 4/7<br /> |
|| | || | ||
* '''Monday''' | * '''Monday''' | ||
Line 193: | Line 187: | ||
<!-- ================================================================== --> | <!-- ================================================================== --> | ||
|- style="background:#eeeeff" valign="top" | |- style="background:#eeeeff" valign="top" | ||
− | | Week | + | | Week 12 <br /> 4/14<br /> |
|| | || | ||
* '''Monday''' | * '''Monday''' | ||
Line 207: | Line 201: | ||
<!-- ================================================================== --> | <!-- ================================================================== --> | ||
|- style="background:#ffffff" valign="top" | |- style="background:#ffffff" valign="top" | ||
− | | Week | + | | Week 13 <br /> 4/21<br /> |
|| | || | ||
* '''Monday''' | * '''Monday''' | ||
Line 220: | Line 214: | ||
* | * | ||
<!-- ================================================================== --> | <!-- ================================================================== --> | ||
+ | <!-- ================================================================== --> | ||
+ | |- style="background:#eeeeff" valign="top" | ||
+ | | Week 14 <br /> 4/28<br /> | ||
+ | || | ||
+ | * '''Monday''' | ||
+ | * '''Wednesday''' | ||
+ | * '''Friday''': <font color="magenta">Last Day of Class</font> | ||
+ | <br /> | ||
+ | ---- | ||
+ | * | ||
+ | || | ||
+ | * Reading | ||
+ | * | ||
|} | |} |
Revision as of 11:04, 7 January 2014
--D. Thiebaut (talk) 09:58, 7 January 2014 (EST)
Contents
Prof and TAs
Dominique Thiébaut email |
|
To see when and where TAs are available this week, click here.
Weekly Schedule
Week | Topics | Reading |
Week 1 1/27 |
|
|
Week 2 2/3 |
|
|
Week 3 2/10 |
|
|
Week 4 2/17 |
|
|
Week 5 2/24 |
|
|
Week 6 3/3 |
|
|
Week 7 3/10 |
|
|
Week 8 3/17 |
|
|
Week 9 3/24 |
|
|
Week 10 3/31 |
|
|
Week 11 4/7 |
|
|
Week 12 4/14 |
|
|
Week 13 4/21 |
|
|
Week 14 4/28 |
|
|
Links and Resources
Graphics Library
- Download the graphics library
- Documentation for Zelle's graphics library.
On Line Python books
- disocovermagazine.com blog. Check out the answers posted by many readers. They contain some interesting links that you may find useful!
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