Difference between revisions of "CSC111 Class Page 2010"
(→Weekly Schedule) |
(→Weekly Schedule) |
||
Line 97: | Line 97: | ||
** Accumulating results | ** Accumulating results | ||
* '''Wednesday''' | * '''Wednesday''' | ||
+ | ** Playing with Sound files | ||
+ | ** '''Video 1''': [http://www.youtube.com/watch?v=s9GBf8y0lY0 Physics of sound]: A metal plate is connected to an oscillator and frequency is increased... | ||
+ | ** '''Video 2''': [http://www.youtube.com/watch?v=cK2-6cgqgYA The source of waves] (1933). You may skip after the first 6 minutes. | ||
+ | ** '''Video 3''': [http://www.youtube.com/watch?v=C8Li-DaJny4 Theresa Andersson] in "Na Na Na" | ||
+ | ** ''Morning Edition'' 's Report on [http://www.npr.org/templates/story/story.php?storyId=102234687 Guito Monks] | ||
+ | |||
* '''Friday''' | * '''Friday''' | ||
---- | ---- | ||
Line 105: | Line 111: | ||
** The math library (I will not cover it in class, but you should read it) | ** The math library (I will not cover it in class, but you should read it) | ||
** Type conversion (important!) | ** Type conversion (important!) | ||
− | + | ||
<!-- ================================================================== --> | <!-- ================================================================== --> | ||
|- style="background:#eeeeff" valign="top" | |- style="background:#eeeeff" valign="top" |
Revision as of 19:33, 9 February 2010
Contents
Prof and TAs
Dominique Thiébaut email |
|
Click here for TA hours this week.
Weekly Schedule
Week | Topics | Reading |
Week 1 1/25 |
|
|
Week 2 2/1 |
|
|
Week 3 2/8 |
|
|
Week 4 2/15 |
|
|
Week 5 2/22 |
|
|
Week 6 3/1 |
|
|
Week 7 3/8 |
|
|
Week 8 3/15 |
SPRING BREAK
|
|
Week 9 3/22 |
|
|
Week 10 3/29 |
|
|
Week 11 4/5 |
|
|
Week 12 4/12 |
|
|
Week 13 4/19 |
|
|
Week 14 4/26 |
|
|
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