Difference between revisions of "CSC111 Class Page 2015b"

From dftwiki3
Jump to: navigation, search
( )
( )
Line 33: Line 33:
 
----
 
----
 
* '''Friday'''
 
* '''Friday'''
 +
** Review of the lab
 +
** Variables
 +
** assignment,
 +
** variable names
 +
** camelCase notation
 +
** Exercises
 +
** [http://cs.smith.edu/dftwiki/media/CSC111_2015b_Week1Notes.pdf  Lecture Notes]
 
|
 
|
 
* [[CSC111_Preparation_for_Lab_1_2015 | Preparation for Lab 1]]: you may want to do this before the first lab.
 
* [[CSC111_Preparation_for_Lab_1_2015 | Preparation for Lab 1]]: you may want to do this before the first lab.

Revision as of 08:18, 11 September 2015

--D. Thiebaut (talk) 11:12, 24 August 2015 (EDT)



Main Page | Syllabus | Weekly Schedule | Links & Resources |Piazza





 


Week 1 Sept 7    


Topics: Introduction, Python, Idle, Piazza, Moodle submission Lab/Hw Reading

  • Friday
    • Review of the lab
    • Variables
    • assignment,
    • variable names
    • camelCase notation
    • Exercises
    • Lecture Notes




 


Week 2 Sept. 14    


Topics: Lab/Hw Reading
  • Monday:

  • Wednesday

  • Friday
  • Lab
  • Homework




 


Week 3 Sept. 21    


Topics: Lab/Hw Reading
  • Monday:

  • Wednesday

  • Friday
  • Lab
  • Homework




 


Week 4 Sept. 28    


Topics: Lab/Hw Reading
  • Monday:

  • Wednesday

  • Friday
  • Lab
  • Homework




 


Week 5 Oct 5    


Topics: Lab/Hw Reading
  • Monday:

  • Wednesday

  • Friday
  • Lab
  • Homework




 


Week 6 Oct. 12    


Topics: Lab/Hw Reading
  • Monday: Fall Break

  • Wednesday

  • Friday
  • Lab
  • Homework




 


Week 7 Oct 19    


Topics: Lab/Hw Reading
  • Monday:

  • Wednesday

  • Friday
  • Lab
  • Homework




 


Week 8 Oct. 26    


Topics: Lab/Hw Reading
  • Monday:

  • Wednesday

  • Friday
  • Lab
  • Homework




 


Week 9 Nov. 2    


Topics: Lab/Hw Reading
  • Monday:

  • Wednesday

  • Friday
  • Lab
  • Homework




 


Week 10 Nov 9    


Topics: Lab/Hw Reading
  • Monday:

  • Wednesday

  • Friday
  • Lab
  • Homework




 


Week 11 Nov 16    


Topics: Lab/Hw Reading
  • Monday:

  • Wednesday

  • Friday
  • Lab
  • Homework




 


Week 12 Nov 23    


Topics: Lab/Hw Reading
  • Monday:

  • Wednesday: Thankgiving Break

  • Friday: Thankgiving Break
  • Lab
  • Homework




 


Week 13 Nov 30    


Topics: Lab/Hw Reading
  • Monday:

  • Wednesday

  • Friday
  • Lab
  • Homework




 


Week 14 Dec 7    


Topics: Lab/Hw Reading
  • Monday:

  • Wednesday

  • Friday
  • Lab
  • Homework




 


Week 15 Dec 14    


Topics: Lab/Hw Reading
  • Monday: Last Class
  • Final Exam







Links and Resources


Graphics


  • Zelle's graphic library can be found here
  • A page with color names supported by the 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.


Python Programs in Textbook


  • All the programs of Zelle's Python textbook


Misc


  • If you decide to work in pairs for the lab, you need to follow the protocol for 'pair programming' as discussed in this article.