CSC 221: Introduction to Programming
Fall 2018



2:00 - 3:45 TuTh
204 Hitchcock
Dr. David Reed
203D Hitchcock      x2583
DaveReed@creighton.edu


Free Online Texts:

Scratch for Budding Computer Scientists, David J. Malan.
How to Think Link a Computer Scientist: Interactive Edition, Brad Miller and David Ranum (based on material by Jeffrey Elkner, Allen B. Downey, and Chris Meyers).


Course Description

This course provides an introduction to problem solving and programming using the Python scripting language. The process of programming is much more than just writing code. It involves analyzing the problem at hand, designing a solution, implementing and testing that solution, and critiquing results. The python language is designed to naturally introduce fundamental concepts of programming and make it possible to being solving nontrivial problems quickly. Special emphasis will be placed on developing applications for storing and manipulating multimedia elements, such as images, sounds, and video.

The specific goals of this course are:

This course is intended as a first programming course, so no prior experience with computers is assumed. The problem-solving and programming techniques introduced in this course are further expanded in the follow-up course, CSC 222: Object-Oriented Programming.


Required Work

Learning to program requires a consistent time commitment, as each new concept and programming technique builds on those that came before. To encourage students to keep up with the course content and to provide immediate feedback, each class period will begin with a "random" quiz. A quiz will be handed out to highlight important concepts, but only administered with a 50% likelihood. To allow for unavoidable absences, the two lowest quiz grades will be dropped.

To demonstrate problem solving and programming skills, students will complete 6-8 programs throughout the semester. Each assignment will involve the design and implementation of a Python program, and may also include a written component in which the behavior of the program is analyzed. Late assignments will be accepted up to 7 days after their due date, with a 25% penalty. Beyond 7 days, late submissions will not be accepted. In addition, there will be two 75-minute tests and a cumulative 100-minute final exam.

daily quizzes/exercises 10 %
6-8 programming assignments 40 %
two 75-minute tests 30 %
100-minute final exam 20 %

The final grade for the course will be based on the above weightings. At the minimum, traditional grading cutoffs for the final average will apply. That is, 90% is guaranteed an A, 87% is guaranteed a B+, etc. Depending on class performance, some shifting of grades (in an upward direction only) may occur as final letter grades are assigned.

Regular attendance is expected of all students. If you must miss class for a legitimate reason, it is your responsibility to make up missed work. Quizzes and Assignments will not be rescheduled except in extreme circumstances.

It is expected that all students check their Creighton email accounts regularly. Official announcements, such as assignment revisions or class cancellations, will be distributed through Creighton email.


Policy on Collaboration

Creighton's policy on cheating and plagiarism is spelled out in the Student Handbook, with college procedures available online. Unless the assignment explicitly states otherwise, homework assignments are to be completed by each student independently, with no discussion about program design or assistance in debugging from other students. Violations of the collaboration policy will be dealt with severely, with possible outcomes including failure in the course.


Daily Schedule (check regularly for updates)

Date Topic Readings Assignments
Aug 23
Course overview. (ppt/pdf)    
28
30
Programming in Scratch: (ppt/pdf)
     motion, control, sensing,
tips
tutorial
HW1: due 9/11
 
Sep 4
6
     costumes, variables, interaction.
Programming history & Python. (ppt/pdf)
 
intro
 
 
11
13
Python statements & data: (ppt/pdf)
    variables, assignments, input, loops.
data
turtle
 
HW2: due 9/23
18
20
Functions & conditionals: (ppt/pdf)
    def, parameters, return, if, if-else, if-elif.
modules
functions
 
 
25
27
Control statements: (ppt/pdf)
    loops, counters/sums, simulations,
selection
iteration
HW3: due 10/2
 
Oct 2
4
    image processing, review.
TEST 1
images
 
 
9
11
Text processing: (ppt/pdf)
    objects, string methods, traversals.
strings
 
 
HW4: due 10/30
16
18
NO CLASS -- FALL BREAK
23
25
Testing & files: (ppt/pdf)
    testing strategies, file input & output.
files
 
 
HW5: due 11/9
30
Nov 1
Lists: (ppt/pdf)
    list access, methods, list iteration.
lists
 
 
 
6
8
Big Data: (ppt/pdf)
    large data sets, structuring data,
 
 
 
HW6: due 11/26
13
15
    list comprehensions, review.
TEST 2
 
 
 
 
20
22
Program design.
NO CLASS -- THANKSGIVING BREAK
 
 
 
 
27
29
Classes & OOP: (ppt/pdf)
    classes & objects, dice, cards,
classes
 
HW7: due 12/7
 
Dec 4
6
    OO and agile development, scope.
course overview
 
 
 
 
Dec 14
  FINAL EXAM     Fri, 10:00-11:40

Access sample code from class



In the event of disruption of normal classroom activities due to a flu outbreak or other emergency, the format for this course may be modified to enable completion of the course. In that event, you will be provided an addendum to this syllabus that will supersede this version.