Difference between revisions of "CSC111 Class Page 2014"
(Created page with "--~~~~ ---- <center> Main Page | Syllabus | Weekly Schedule | [[CSC111_Class_Page_2011#Links_and_Reso...") |
(→Weekly Schedule) |
||
Line 66: | Line 66: | ||
* | * | ||
<!-- ================================================================== --> | <!-- ================================================================== --> | ||
− | |- style="background:# | + | |- style="background:#ffffff" valign="top" |
| Week 2 <br /> 2/3<br /> | | Week 2 <br /> 2/3<br /> | ||
|| | || | ||
Line 94: | Line 94: | ||
* | * | ||
<!-- ================================================================== --> | <!-- ================================================================== --> | ||
− | |- style="background:# | + | |- style="background:#ffffff" valign="top" |
| Week 2 <br /> 2/3<br /> | | Week 2 <br /> 2/3<br /> | ||
|| | || | ||
Line 122: | Line 122: | ||
* | * | ||
<!-- ================================================================== --> | <!-- ================================================================== --> | ||
− | |- style="background:# | + | |- style="background:#ffffff" valign="top" |
| Week 2 <br /> 2/3<br /> | | Week 2 <br /> 2/3<br /> | ||
|| | || | ||
Line 150: | Line 150: | ||
* | * | ||
<!-- ================================================================== --> | <!-- ================================================================== --> | ||
− | |- style="background:# | + | |- style="background:#ffffff" valign="top" |
| Week 2 <br /> 2/3<br /> | | Week 2 <br /> 2/3<br /> | ||
|| | || | ||
Line 178: | Line 178: | ||
* | * | ||
<!-- ================================================================== --> | <!-- ================================================================== --> | ||
− | |- style="background:# | + | |- style="background:#ffffff" valign="top" |
| Week 2 <br /> 2/3<br /> | | Week 2 <br /> 2/3<br /> | ||
|| | || | ||
Line 206: | Line 206: | ||
* | * | ||
<!-- ================================================================== --> | <!-- ================================================================== --> | ||
− | |- style="background:# | + | |- style="background:#ffffff" valign="top" |
| Week 2 <br /> 2/3<br /> | | Week 2 <br /> 2/3<br /> | ||
|| | || | ||
Line 223: | Line 223: | ||
|} | |} | ||
− | |||
=Links and Resources= | =Links and Resources= |
Revision as of 09:59, 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 2 2/3 |
|
|
Week 2 2/3 |
|
|
Week 2 2/3 |
|
|
Week 2 2/3 |
|
|
Week 2 2/3 |
|
|
Week 2 2/3 |
|
|
Week 2 2/3 |
|
|
Week 2 2/3 |
|
|
Week 2 2/3 |
|
|
Week 2 2/3 |
|
|
Week 2 2/3 |
|
|
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