Course Information for Fall 2016

Time: MWF 10-10:50 and 11:00-11:50
Place: Lovejoy 215
Final exam: Saturday December 17, 2016 at 1:30 pm (Lovejoy 215)

Instructor Information

Prof. Stephanie R. Taylor
Office: Davis 114
Email: s r taylor _at_ colby _dot_ edu
Office hours: Mon 4-5, Tues 9:30-11:45 and 4-5, Thurs 1-4
By appointment (email me), and whenever my door is open

Prof. Bruce Maxwell (Labs)
Office: Davis 112
Email: b maxwell _at_ colby _dot_ edu
Office hours: whenever his door is open, Monday evening after orchestra rehearsal

Course Description

This course is an introduction to computational thinking: how we can describe and solve problems using a computer. We will use scientific applications to motivate how and why we would would want to write procedures, control the flow of information and processes, and organize information for easy access and manipulation. The techniques you learn will be applicable to any kind of programming you may wish to do in the future.

Learning Goals

  1. Students can read a simple program and correctly identify its behavior
  2. Students can convert a problem statement into a working program that solves the problem.
  3. Students understand abstraction and can break down a program into appropriate procedural and object-oriented components
  4. Students can generate an approximate model of computer memory and describe how an algorithm affects its contents.
  5. Students can communicate the result of their work and describe an algorithm

Links to Python Resources

Recommended Textbook

John Zelle, Python Programming: An Introduction to Computer Science, 1 ed., Franklin Beedle & Associates, 2003.

Note: This textbook is not required. Also note that there is a second edition, but that it is geared for a different version of Python.