Difference between revisions of "CSC111 Class Page 2011"
(→Weekly Schedule) |
|||
Line 282: | Line 282: | ||
* '''Thursday''' | * '''Thursday''' | ||
** Functions returning values. [[CSC111 Exercises on Functions Returning Values | Exercises]] | ** Functions returning values. [[CSC111 Exercises on Functions Returning Values | Exercises]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
* [http://www.engadget.com/2011/11/02/stanford-program-cracks-text-based-captchas-shelters-the-replic/ captchas] | * [http://www.engadget.com/2011/11/02/stanford-program-cracks-text-based-captchas-shelters-the-replic/ captchas] | ||
* [http://infohost.nmt.edu/tcc/help/pubs/lang/pytut/str-format.html examples of %-formatting] | * [http://infohost.nmt.edu/tcc/help/pubs/lang/pytut/str-format.html examples of %-formatting] | ||
Line 301: | Line 296: | ||
|| | || | ||
* '''Tuesday''' | * '''Tuesday''' | ||
+ | ** A [[CSC111 surprising behavior| surprising behavior]]... | ||
+ | ** Using [[CSC111 Text File Example| '''text files''']] | ||
+ | ** [[CSC111 Playing with Text Files| Reading and writing text files]] | ||
+ | ** Disks <br /><videoflash>uJKxUPlhvZY</videoflash><br /> | ||
+ | ::(The disk is opened around the 4-minute time marker, power up around 5 min 30 sec., and read errors show up around 7 min.) | ||
+ | ** SSD vs. HDD ([http://www.youtube.com/watch?v=pJMGAdpCLVg YouTube video] -- go to 2 min 30 sec for dramatic vibration test) | ||
+ | |||
* <font color="magenta">'''Thursday''': '''Othelia Cromwell Day''' (no labs) </font> | * <font color="magenta">'''Thursday''': '''Othelia Cromwell Day''' (no labs) </font> | ||
---- | ---- |
Revision as of 08:01, 8 November 2011
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 9/8 |
|
| |||
Week 2 9/13 |
|
docid=-7758421725489622662 | width=400 | height=326
}}
|
|
Week 3 9/20 |
|
| |||
Week 4 9/27 |
(Advance video to 7-minute point and watch...)
|
| |||
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
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