Welcome to CS21. This course will introduce fundamental ideas in computer science while also teaching you how to write computer programs. We will study algorithms for solving problems and implement solutions in the Python programming language. Python is an interpreted language that is known for its ease of use. We also introduce object-oriented programming and data structures. A deeper coverage of these topics will be presented in CS 35.
This course is appropriate for all students who want to learn how to write computer programs and think like computer scientists. It is the usual first course for computer science majors and minors. Students with advanced placement credit or extensive programming experience should place out of this course and instead begin with CS 33 or CS 35.
By the end of the course, we hope that you will have developed the following skills:
Student Support Coordinator: Betsy Horner (office: 257 Sci Ctr phone: x6062)
CS21 Ninjas (student mentors): Maria Kelly, Sarah Chasins, Frank Chien, John Dinh, Rachel Lee
The CS Ninjas will assist me in class and run study sessions in the main CS lab (Science Center 240) on the following evenings:
| Day | Time | Location |
| Sundays | 7-9pm | Sci Center 240 |
| Wednesdays | 7-9pm | Sci Center 240 |
You are invited -- and encouraged -- to participate in these study sessions to prepare for quizzes, to discuss programming concepts, and to get friendly assistance in working on homework assignments. Our CS mentoring team is dedicated to helping students, who have no prior knowledge of computer science, learn to program in Python while keeping their senses of humor intact. As an added bonus, free food will be provided at the sessions.
| Time | Professor | Location |
| Mondays 2:30-4:00 | Danner | Science Center 240 |
| Mondays 3:30-5:00 | Newhall | Science Center 240 |
| Fridays 1:00-2:00* | Knerr | Science Center 256 (the robot lab) |
Contact Tracey Rush at the Dean's office and follow these steps for obtaining accommodations.
| 40% | Homework assignments |
| 30% | Quizzes |
| 5% | Class Participation |
| 25% | Final Exam |
Programming assignments will typically be assigned in class at the beginning of the week and will be due before midnight the following Tuesday night. You are strongly encouraged to start early and to attend the study sessions for extra practice.
You will submit you assignments electronically using the handin21 program. You may submit your assignment multiple times, but each submission overwrites the previous one and only the final submission will be graded. Late assignments will not be accepted except in extreme situations and only if you contact me before the deadline. Even if you do not fully complete an assignment, you should submit what you have done to receive partial credit.
Programming is not a dry mechanical process, but a form of art. Well written code has an aesthetic appeal while poor form can make other programmers and instructors cringe. Programming assignments will be graded based on style and correctness. Good programming practices usually include many of the following principles:
Academic honesty is required in all work you submit to be graded. With the exception of your lab partner on lab assignments, you may not submit work done with (or by) someone else, or examine or use work done by others to complete your own work. Your code should never be shared with anyone; you may not examine or use code belonging to someone else, nor may you let anyone else look at or make a copy of your code. This includes sharing solutions after the due date of the assignment.
All code you submit must be your own with the following permissible exceptions: code distributed in class, code found in the course text book, and code worked on with an assigned partner. In these cases, you should always include detailed comments that indicates on which parts of the assignment you received help, and what your sources were.
Discussing ideas and approaches to problems with others on a general level is fine (in fact, we encourage you to discuss general strategies with each other), but you should never read anyone else's code or let anyone else read your code. You may discuss assignment specifications and requirements with others in the class to be sure you understand the problem. In addition, you are allowed to work with others to help learn the course material. However, with the exception of your lab partner, you may not work with others on your assignments in any capacity.
``It is the opinion of the faculty that for an intentional first offense, failure in the course is normally appropriate. Suspension for a semester or deprivation of the degree in that year may also be appropriate when warranted by the seriousness of the offense.'' - Swarthmore College Bulletin (2008-2009, Section 7.1.2)
Please see me if there are any questions about what is permissible.
| WEEK | DAY | ANNOUNCEMENTS | TOPIC & REFERENCES | INCLASS & ASSIGNMENTS |
| 1 | Sep 01 | Using Unix (240 SciCntr): Tues: 4-5pm Wed: 7-8pm Thur: 7-8pm |
Introduction to Python and Unix Chapt. 1-2 (Z), Ch. 1-Ch. 2 (D) getting started guide: Python and Unix for lab assignments |
In class: Tues In class:Thurs Assn: lab 0 Assn: lab 1 |
| Sep 03 | ||||
| 2 | Sep 08 | practice quiz 1 | Numbers and Strings Chapt. 3-4 (Z), Ch. 2 (D) |
In class: Tues In class:Thurs Assn: lab 2 |
| Sep 10 | Add/Drop ends Friday (Sep 11) | |||
| 3 | Sep 15 | Booleans Ch. 7 and p. 247 (Z), Ch. 5.1-5.7 (D) |
In class: week3 Assn: lab 3 |
|
| Sep 17 | ||||
| 4 | Sep 22 | practice quiz 2 | Graphics, objects Chap. 5(Z) READ THIS! |
In class: week 4 Assn: lab 4 |
| Sep 24 | ||||
| 5 | Sep 29 | Functions, objects Chapt. 6 (Z), Ch. 3, Ch. 6 (D) |
In class: week5 Assn: lab 5 |
|
| Oct 01 | ||||
| 6 | Oct 06 | practice quiz 3 | while Loops, More Functions Notes on strings and lists as objects Notes on using the random library Chapt. 8, 9 (Z), Ch. 7 (D) |
In class: week 6 Assn: lab 6 |
| Oct 08 | ||||
Oct 13 |
Fall Break |
|||
Oct 15 |
||||
| 7 | Oct 20 | Top Down Design, File I/O Chapt. 9, 4.6 (Z), Chapt. 14, Ch. 14 (D) |
In class: week 7 Assn: lab 7 |
|
| Oct 22 | ||||
| 8 | Oct 27 | practice quiz 4 | Searching, Analysis of Algorithms Chapt. 13.1 (Z), Chapt. 9 (D) |
In class: week 8 |
| Oct 29 | ||||
| 9 | Nov 03 | Sorting, Analysis of Algorithms Ch. 13.2-13.3 (Z) 9 (D) |
In class: week 9 Assn: lab 8 |
|
| Nov 05 | ||||
| 10 | Nov 10 | practice quiz 5 | Recursion Chapt. 13.1-13.3 (Z), Ch. 5.8-5.10 |
In class: week10 Assn: lab 9 |
| Nov 12 | ||||
| 11 | Nov 17 | Defining new classes Chapt. 10 (Z), Chapt. 15-17 (D) |
In class: week 11 Assn: lab 10 |
|
| Nov 19 | ||||
| 12 | Nov 24 | Object Oriented Design Chapt. 12 (Z), Chapt. 15-17 (D) |
In class: week 12 | |
Nov 26 |
Thanksgiving Break |
|||
| 13 | Dec 01 | Linked lists handout |
In class: week 13 | |
| Dec 03 | ||||
| 14 | Dec 08 | Wrap-up | In class: week 14 | |
| Dec 10 | ||||
Dec 17 |
Final Exam (7-10pm) |
|||