Difference between revisions of "CSC111 Class Page 2018"

From dftwiki3
Jump to: navigation, search
(Created page with "~~~~ ---- <br /> __NOTOC__ <center> Main Page | Syllabus | Weekly Schedule | CSC111_Class_Pag...")
 
Line 3: Line 3:
 
<br />
 
<br />
 
__NOTOC__
 
__NOTOC__
<center>[[CSC111 Fall 2018 | Main Page]] | [[CSC111_Syllabus_2018 | Syllabus ]] | [[CSC111_Class_Page_2018 | Weekly Schedule ]] | [[CSC111_Class_Page_2018#Links_and_Resources | Links & Resources ]] |[https://piazza.com/smith/fall2018/csc111/home Piazza]</center>
+
<center>[[CSC111 2018 | Main Page]] | [[CSC111_Syllabus_2018 | Syllabus ]] | [[CSC111_Class_Page_2018 | Weekly Schedule ]] | [[CSC111_Class_Page_2018#Links_and_Resources | Links & Resources ]] |[https://piazza.com/smith/fall2018/csc111/home Piazza]</center>
 
<br />
 
<br />
 
----
 
----

Revision as of 12:45, 16 January 2018

D. Thiebaut (talk) 11:45, 16 January 2018 (EST)



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: Chapter 2: variables, definite loops, input Lab/Hw Reading
  • Monday: (Lecture presented by Prof. Joe O'Rourke)
    • Variables: simultaneous assignment
    • Where do variables live?
    • Programming: from problem to solution: an iterative process
    • definite loops:
      • looping through items in a list
      • the range() function: allows iteration through various lists of numbers


  • Friday
  • Numbers of the day:
  • Read Chapter 2 in Zelle.




 


Week 3 Sept. 21    


Topics: Arithmetic operators, math functions, main(). Lab/Hw Reading
  • Monday:
  • Finish the grade program from Friday ( Programs developed in class)
  • 4 minutes from Grier's video: When computers were human. Start at time=28m12s.



WomenCalculatingWWII.jpg
Women at work tabulating during World War II (Shorpy)


  • Wednesday
  • Review the tellerMachine.py program. Review a student's solution using a loop.
  • Printing formatted integers and floats with the { } format.
  • Review the bar-graph problem and use the { } format to print the box.

a">Fall Break</font>


  • Wednesday

  • Friday: Midterm Exam




 


Week 7 Oct 19    


Topics: Processing Files Lab/Hw Reading
  • Monday:
  • Finish Dynamic Web Page example
  • The IF statement
  • Boolean values: True and False

  • Wednesday
  • Boolean operators: and, or, and not
  • Graphics

  • Friday
  • Graphic objects: everything is an object!
  • Measuring distances between points on the graphic window.
  • Something fun: Eliza

VideoLogo.png




 


Week 8 Oct. 26    


Topics: Lab/Hw Reading
  • Monday:
  • Review if statements and Boolean variables
  • Exercises on boolean variables and boolean functions
  1. is there a negative number in a list of numbers?
  2. count the number of negative numbers in a list of numbers




  • Wednesday
  • Exact and Inexact Matching Algorithms
  • Break and Continue
  • Lecture Notes

  • Friday
  • Exercise with While loop
  • Programming patterns for looking at text data (review of Lab 8)
  • Processing Text
  • Man in the Hole (Kurt Vonnegut, Matthew Jokers)
  • Memory Project (Tim O'Brien, Wordle)

VideoLogo.png

  • Indefinite loops are covered in Chapter 8 in Zelle.




 


Week 9 Nov. 2    


Topics: Exceptions, Classes, and Objects Lab/Hw Reading
  • Monday:

  • Wednesday
Cats.jpg
  • Cats, cats, cats
  • Creating a Cat class
  • Default string representation: __str__()
  • A list of cats
  • Reading cats from a CSV file
  • Searching a list of objects




  • Friday
CarDimensions.jpg
TaxiCabCSC111.png
  • Object-Oriented Graphics
  • Creating a wheel class
  • Moving the wheel
  • Creating a car class
  • Moving the car
  • A list of cars...
  • Horse objects. In the "Digital Horses" video, you get to see how the animators for the movie The Lord of the Rings create software objects to represent horses. In some parts of the video, below, you see that in some cases, horses are a collection of 3D shapes that are connected to each other, and move together around articulation points. This should remind you of how we built a car class around geometrical 2D objects.



  • The video below shows similar examples of 3D objects, and lists of 3D objects where objects have their own behavior (the same way that our car objects have their own speed and direction of movement).





 


Week 10 Nov 9    


Topics: Image Processing Lab/Hw Reading
  • Monday:
CatGlasses.gif
  • Image processing
  • Displaying gif images
  • Sweep through an image: vertical sweep, horizontal sweep
  • Changing the color of a pixel
  • Changing the color of all the pixels of an image
  • Grey scales
  • Saturation
  • Lecture Notes
  • Programs developed in class

  • Wednesday
Piece.gif
Piece2.gif

  • Friday
  • No class today (conference in Seattle), but there is a video lecture to watch on your own... Stay tuned!
VideoLogo.png




 


Week 11 Nov 16    


Topics: LAM, User Interface, Widgets, Button, digitizing and rendering a Map Lab/Hw Reading
  • Monday:
  • Introduction to the LAM project this week
  • The problem we will solve this week
  • User Interface: widgets and buttons
  • Using buttons to control user interaction
  • Polygons. Creating polygons, saving polygons to a CSV file
  • Lecture Notes
  • Programs developed in class

  • Wednesday

  • Friday
AquariumWithFish.png




 


Week 12 Nov 23    


Topics: Lab/Hw Reading
  • Monday:
GuidoVanRossun.jpg

  • Wednesday: Thankgiving Break

  • Friday: Thankgiving Break
  • No Lab
  • No Homework. Just the continuation of Homework 11.
  • Zelle, Section 11.6 on Dictionaries.




 


Week 13 Nov 30    


Topics: Lists of lists, Inheritance Lab/Hw Reading
  • Monday:

CardDimensions2.jpg
  • Wednesday





  • Friday
  • Chapter 11 on Lists of lists
  • Chapter 12 in Zelle, on Objects and Inheritance




 


Week 14 Dec 7    


Topics: Recursion Lab/Hw Reading
MinionBanana.jpg
  • Monday:







AnimatedTowersOfHanoi.gif
  • Wednesday



  • Friday






  • Read Chapter 13 in Zelle.




 


Week 15 Dec 14    


Topics: Lab/Hw Reading
  • Monday: Last Class: Presentation of the take-home final exam, which will be due at 4:00 p.m. on the last day of exams.







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


  • When you work in pairs during the labs, or on homework assignments, you need to follow the protocol for 'pair programming' as discussed in this article.


Maps of Smith College


This section contains various maps to be used in the Liberal Arts Module (LAM). If you want to use one of these images, and want the original, click twice on the image, until you get it by itself, full size, in your browser. Then you can either right click or control click on it to save it to your computer.

Original Map from GIS Center, Smith College


This map was generated by Emily Kim.
The original of the image below can be found here. It is huge, be careful!
GISSmithCollegeMapResized.jpg

Edited Full Map, Smith College, PNG format


GISMapSmithCollege.png

Edited, Cropped Map, Smith College, GIF format


This image is 750 × 730 pixels.
SmithMap0.gif

Additional Maps from the Smith GIS lab


Thanks to Jon Caris, of the GIS Lab, for sending these maps.

SmithMapBuildings.jpg


SmithMapBuildingsTrees.jpg


SmithMapTrees.jpg


(The darker trees are conifers)