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 CS31 or CS35.
By the end of the course, we hope that you will have developed the following skills:
WEEK | DAY | ANNOUNCEMENTS | TOPIC & READING | LABS |
1 | Sep 02 | Introduction to Python and Unix For loops Sections 2.1, 3.2. Skip 2.1.3 In class |
Lab 00 | |
Sep 04 | ||||
Sep 06 | ||||
2 | Sep 09 | Numbers and Strings Sections 2.3, 3.4 In Class |
Lab 01 | |
Sep 11 | ||||
Sep 13 | Drop/add ends | |||
3 | Sep 16 | Booleans, If/else Sec. 2.2 In Class |
Lab 02 | |
Sep 18 | Quiz 1 | |||
Sep 20 | ||||
4 | Sep 23 | While loops Sec. 2.4 In class |
Lab 03 | |
Sep 25 | ||||
Sep 27 | ||||
5 | Sep 30 | Final Exam Schedule Posted (Oct 01) |
Graphics, using objects In Class |
Lab 04 |
Oct 02 | Quiz 2 | |||
Oct 04 | ||||
6 | Oct 07 | Functions, objects Sec. 4.1, 4.2 In class |
Lab 05 | |
Oct 09 | ||||
Oct 11 | ||||
Oct 14 |
Fall Break |
|||
Oct 16 |
||||
Oct 18 |
||||
7 | Oct 21 | Top Down Design, File I/O Sec. 4.6, Chapter 6 In class |
Lab 06 | |
Oct 23 | ||||
Oct 25 | Quiz 3 | |||
8 | Oct 28 | More Top Down Design |
Lab 07 | |
Oct 30 | ||||
Nov 01 | ||||
9 | Nov 04 | Searching, Analysis of Algorithms Sec. 9.1, 9.3.1-9.3.3, 10.1 |
|
|
Nov 06 | Quiz 4 | |||
Nov 08 | CR/NC/W Deadline | |||
10 | Nov 11 | Sorting, Analysis of Algorithms Sec. 10.2 |
Lab 08 | |
Nov 13 | ||||
Nov 15 | ||||
11 | Nov 18 | Recursion Sec. 4.3 |
Lab 09 | |
Nov 20 | Quiz 5 | |||
Nov 22 | ||||
12 | Nov 25 | Defining new classes Chapt. 8 handout |
Lab 10 | |
Nov 27 | ||||
Nov 29 |
Thanksgiving |
|||
13 | Dec 02 | Linked lists | Lab 11 | |
Dec 04 | ||||
Dec 06 | Quiz 6 | |||
14 | Dec 09 | Wrap up | |
|
Dec 11 | ||||
Dec 19 |
Final Exams Sci 101 7-10pm |
CS21 Ninjas are student mentors who will assist me in class and run evening study sessions in the birds' nest (Sci 256). The CS21 Ninjas (student mentors) are: Josh Gluck, Alexis Leanza, Sophie Libkind, Mallory Pitser, Karl Sadueste, and Ravenna Thielstrom.
You are invited -- and encouraged -- to participate in Ninja evening study sessions to prepare for quizzes, to discuss programming concepts, and to get friendly assistance in working on lab 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. The sessions are held:
Weekly Evening Ninja Sessions | ||
Tuesdays | 7—9pm | Sci Center 256 |
Wednesdays | 7—10pm | Sci Center 256 |
Weekly Lab Sessions | ||
1:05—2:35pm Tuesdays | Danner | Science Center 256 |
2:45—4:15pm Tuesdays | Knerr | Science Center 256 |
1:05—2:35pm Thursdays | Waterman | Science Center 256 |
2:45—4:15pm Thursdays | Wicentowski | Science Center 256 |
To receive an accommodation for a course activity, you must have an Accommodation Authorization letter from Leslie Hempling and you need to meet with me to work out the details of your accommodation at least one week prior to the activity.
You are also welcome to contact me privately to discuss your academic needs. However, all disability-related accommodations must be arranged through Leslie Hempling in the Office Of Student Disability Services.
40% | Lab assignments |
30% | Quizzes |
25% | Final Exam |
05% | Class Participation |
Quizzes will be given at the beginning of class on the days posted in the Announcements section of the Schedule. Please look over these dates carefully and contact the professor in advance if you cannot be in class for a quiz.
If you are not present at the start of class on the day of a quiz, but make it to class before the end, then you may take the quiz. Otherwise you will receive a zero for that quiz.
Lab assignments will typically be assigned in class at the beginning of the week and will be due before midnight on Saturdays. 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, and a history of previous submission will be saved. You are encouraged to submit your work regularly.
Late assignments will only be accepted if you contact the professor at least a day before the deadline with a legitimate reason for needing extra time, such as an illness or needing to leave campus.
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 your work. Under no circumstances may you hand in work done with (or by) someone else under your own name. 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, but is not limited to, obtaining solutions from students who previously took the course or code that can be found online. You may not share solutions after the due date of the assignment.
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. 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.
Failure to abide by these rules constitutes academic dishonesty and will lead to a hearing of the College Judiciary Committee. According to the Faculty Handbook: "Because plagiarism is considered to be so serious a transgression, it is the opinion of the faculty that for the first offense, failure in the course and, as appropriate, suspension for a semester or deprivation of the degree in that year is suitable; for a second offense, the penalty should normally be expulsion."
Please contact me if you have any questions about what is permissible in this course.
Vi Quick Reference
Python style guide From Prof. Tia Newhall
Using Unix
Basic Unix
Commands
Python Documentation
Graphics reference