CS21: Intro to Computer Science (Turnbull)

Info | Study Sessions | Schedule | Grading
Succeeding | Style | Accommodations | Integrity | Links
Introduction to Computer Science using PYTHON -- Spring 2010

Announcements

  • Prof. Meeden will be running two (identical) final review sessions for all three CS21 sections on Monday (5/10) from 10am-12pm and then again from 2pm-4pm. It will be good for you to attend one of these review sessions.
  • My office hours this week will be Monday, Tuesday, & Wednesday (5/10-12) from 12pm-2pm. Email me if you would like to meet at another time.
  • The final exam will be on Wednesday (5/12) at 7pm.

Introduction

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 CS35.

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 CS35. If you have no prior computer science or programming experience, this course is designed for you.

Goals for the Course

By the end of the course, we hope that you will have developed the following skills:


Class info (Spring 2010)

Room: Science Center 240
Time: MWF 11:30–12:20am
Required Text:

Instructional staff

Professor: Doug Turnbull
Office: Science Center 255
Email: turnbull AT cs DOT swarthmore DOT edu
Phone: (610) 957-6071
Office hours: by appointment

Student Support: Betsy Horner
Office: Science Center 257
Phone: 957-6062

Student Mentors: T.B.A.
Other Sections: Tia Newhall (MWF 9:30–10:20) | Lisa Meeden (Bio-Version, TTH 10:30–11:20am)

Study sessions

Several student mentors will assist me in class and run study sessions in the main CS lab (Science Center 240) on the following evenings:

Day Time Location
Sunday 7:00–9:00pm Sci Center 240
Wednesday 7:00–9:00pm 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 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 is often provided at the sessions.

Lab Sessions

The CS lab is open 24 hours a day, 7 days a week for you to use for CS21 lab assignments. In addition, the CS21 professors will be in the main CS labs to help CS21 students with their lab assignments. You are not required to attend any of these sessions, but you should take advantage of them to get assistance with your lab assignments. Any CS21 student is welcome to attend any session.
Time Professor Location
2:30-4:00pm Monday Newhall Sci Center 240 (Main Lab)
3:30-5:00pm Monday Meeden Sci Center 240 (Main Lab)
1:00-2:00pm Friday Turnbull Sci Center 240 (Main Lab)

* if there's a campus collection, the Friday lab will be 2-3pm


Schedule

Grading

Grades will be weighted as follows:
40%Lab assignments
30%Quizzes
5%Class Participation
25%Final Exam

Lab and Homework policy

Programming assignments will typically be assigned in class at the beginning or middle 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 may submit what you have done to receive partial credit.

How to Succeed in CS21

Programming Style

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:

Also, look over the Python Code Style Guide for more details and some example of good style.

Academic Accommodations

Academic accommodations are available for students with disabilities who are registered with Student Disability Services in the Dean's office. Students in need of disability accommodations should schedule an appointment with me early in the semester to discuss accommodations for this course that have been approved by the Dean's office. All requests must come through an accommodation letter from the Dean's office. To receive an accommodation for a course activity, your meeting with me must be at least one week prior to the activity.

Contact Tracey Rush at the Dean's office and follow these steps for obtaining accommodations.

Academic Integrity

Academic honesty is required in all work you submit to be graded. You may not submit work done with (or by) someone else. You may not examine or use work done by others to complete your own work. 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 the student mentors and your partner on group assignments, you may not work with others on your assignments.

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 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.

"It is the opinion of the faculty that for an intentional first offense, failure in the course normally is 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." - Student Handbook (2009-2010, pg18 Section I.B.3.b.i)

Please see me if there are any questions about what is permissible.


Links that are related to the course may be posted here. If you have suggestions for links, let me know.

Vi Quick Reference
Python style guide From Prof. Tia Newhall
Using Unix Improved
Basic Unix Commands
Python Documentation
How To Think Like a Computer Scientist: Python for Software Design
Zelle Textbook site
Dive Into Python
(A Semi-Official) Python FAQ Zone
NodeBox (for Mac OS X)
pythonchallenge