T-Th 9:05
or
T-Th 11:15
in Olin 155

CS 1110: Introduction to Computing Using Python

Fall 2014

Instructor: Walker White

451 Gates Hall

wmwhite@cs.cornell.edu

Information about alternative courses


Latest Announcements

No Serial Number/Device ID on your iClicker?

There are several ways to recover your device number so that you can register.
read more

Register your iClicker, Even if Used

Visit ATC Support to register your device You will need it in class starting Thursday, August 28.
read more

Textbook is available online

Unless you want a paper copy, you can get the textbook as a free PDF online.
read more


Course Description

CS 1110: Introduction to Computing using Python            Fall, spring, summer. 4 credits.
Assumes basic high school mathematics (no calculus) but no programming experience.

Programming and problem solving using Python. Emphasizes principles of software development, style, and testing. Topics include procedures and functions, iteration, recursion, arrays and vectors, strings, an operational model of procedure and function calls, algorithms, exceptions, object-oriented programming, and GUIs (graphical user interfaces). Weekly labs provide guided practice on the computer, with staff present to help. Assignments use graphics and GUIs to help develop fluency and understanding.

Forbidden Overlap: Due to a partial overlap in content, students will receive 6 credits instead of 8 if they take CS 1110 and one of the following: CS 1112, CS 1114, CS 1115, BEE 1510.

Expected Outcomes

  1. Be fluent in the use of procedural statements — assignments, conditional statements, loops, method calls — and arrays. Be able to design, code, and test small Python programs that meet requirements expressed in English. This includes a basic understanding of top-down design.
  2. Understand the concepts of object-oriented programming as used in Python: classes, subclasses, properties, inheritance, and overriding.
  3. Have knowledge of basic searching and sorting algorithms. Have knowledge of the basics of vector computation.

For more information on the course, see the syllabet.


Exams

The times for all prelims and the final are given here. Please notify us as soon as possible if you have any conflicts.


Course Material Authors: D. Gries, L. Lee, S. Marschner, & W. White (over the years)