Difference between revisions of "CSC111 Class Page 2015"
(→ ) |
|||
Line 383: | Line 383: | ||
* | * | ||
|} | |} | ||
+ | <br /> | ||
+ | =Links_and_Resources= | ||
+ | <br /> | ||
+ | ==On Line Python books== | ||
+ | <br /> | ||
+ | * [http://blogs.discovermagazine.com/cosmicvariance/2011/09/08/python/ disocovermagazine.com] blog. Check out the answers posted by many readers. They contain some interesting links that you may find useful! | ||
+ | <br /> | ||
+ | ==Python keywords== | ||
+ | <br /> | ||
+ | ;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. | ||
+ | <br /> | ||
+ | ==Python Programs in Textbook== | ||
+ | <br /> | ||
+ | * All the [http://cs.smith.edu/~thiebaut/classes/111/zelle/ programs] of Zelle's Python textbook | ||
+ | <br /> | ||
+ | |||
+ | ==Misc== | ||
+ | <br /> | ||
+ | * If you decide to work in pairs for the homework assignments, you need to follow the protocol for 'pair programming' as discussed in [http://maven.smith.edu/~jfrankli/111s08/pairProgramming2000.pdf this article]. | ||
+ | |||
+ | * Video talks on Python: | ||
+ | ** [http://video.google.com/videoplay?docid=-7758421725489622662&q=type%3Agoogle+engEDU+python Guido van Rossum], and [http://video.google.com/videoplay?docid=-6459339159268485356 Python 3000] | ||
+ | |||
+ | ** a video of [http://www.youtube.com/watch?v=x2FimkptxIk digital horses]: what we can do with lists of objects! | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | <br /> | ||
+ | [[Category:CSC111]] |
Revision as of 07:58, 14 January 2015
--D. Thiebaut (talk) 15:00, 13 January 2015 (EST)
Contents
Week 1 Jan 26 |
Topics: Lab/Hw Reading - Homework
- Lab
Week 2 Feb 2 |
Topics: Lab/Hw Reading - Homework
- Lab
Week 3 Feb 9 |
Topics: Lab/Hw Reading - Homework
- Lab
Week 4 Feb 16 |
Topics: Lab/Hw Reading - Wednesday: Rally Day, no class, no labs.
- Homework
- Lab
Week 5 Feb 23 |
Topics: Lab/Hw Reading - Homework
- Lab
Week 6 Mar 2 |
Topics: Lab/Hw Reading - Homework
- Lab
Week 7 Mar 9 |
Topics: Lab/Hw Reading - Homework
- Lab
Week 8 Mar 16 |
Topics: Lab/Hw Reading - SPRING BREAK
Week 9 Mar 23 |
Topics: Lab/Hw Reading - Homework
- Lab
Week 10 Mar 30 |
Topics: Lab/Hw Reading - Homework
- Lab
Week 11 Apr 6 |
Topics: Lab/Hw Reading - Homework
- Lab
Week 12 Apr 13 |
Topics: Lab/Hw Reading - Homework
- Lab
Week 13 Apr 20 |
Topics: Lab/Hw Reading - Homework
- Lab
Week 14 Apr 27 |
Topics: Lab/Hw Reading - Homework
- Lab
Links_and_Resources
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.
Python Programs in Textbook
- All the programs of Zelle's Python textbook
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:
- a video of digital horses: what we can do with lists of objects!