Introduction to Computing Using Python (original) (raw)
T-Th 9:05
or
T-Th 11:15
in Olin 155
CS 1110: Introduction to Computing Using Python
Spring 2016
About:
Announcements
Staff
Times & Places
Calendar
Materials:
Texts/Clickers
Python/Komodo
Command Shell
Terminology
VideoNote
Learning:
Lectures
Assignments
Labs
Resources:
CMS
Piazza
AEWs
FAQ
Python reference
Python Tutor
Alternative classes
Instructors:
Lillian Lee, 419 Gates Hall,cs-1110profs-L@cornell.edu
Charles Van Loan, 423 Gates Hall,cs-1110profs-L@cornell.edu
Emergency contact number: to contact "anyone in charge" about a matter affecting more than you (and your group), email cs-1110mgmt-L@cornell.edu
, which reaches the TAs and supervising consultants as well as the instructors. Example: there aren't any staff members at a scheduled office hour.
Latest Announcements
A7, final-exam scores, course grades posted
A7, final-exam scores and course grades have been posted to CMS and to FacultyCenter (where they will propagate to transcripts shortly). The information available about how course grades were determined has not changed from that posted on the "Grading" page on the course website.
To see your grade for the course, look at the top of the CMS CS1110 page; right under the title, you'll see text that says "Show Final Grade:" Click on the red "Show" to reveal your grade for the course.
Because of the closure of the homework handback room for the semester, it's unfortunately not possible to view your final exam until next semester (Fall 2016).
Published Tuesday, 24 May 2016 07:26:00. Read more
Game+OOP Opportunity
Published Monday, 9 May 2016 10:00:00. Read more
Course Description
CS 1110: Introduction to Computing using PythonFall, 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
- 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.
- Understand the concepts of object-oriented programming as used in Python: classes, subclasses, properties, inheritance, and overriding.
- 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, C. Van Loan & W. White (over the years)