Tuesday, Thursday
9:05 (ILR 315)
11:15 (Call Aud)

CS 1110: Introduction to Computing Using Python

Fall 2018

Course Materials

Text (Optional)

Historically, the main text for CS1110 was Think Python: How to Think Like a Computer Scientist, Second Edition, by Allen B. Downey. While we still refer to this text, we have become less enamored with it over the years. It presents material in a fundamentally different order than we do in this course, and it is really only good as a supplementary reference.

Instead of requiring a textbook that you will never use, we recommend that you get the PDF or eBook, which is available free online.You can download it from Green Tree Press. If you absolutely need a paper copy, you can buy one from Amazon.


iClickers (Required)

This course will use iClickers in many lectures. In fact, everyone who registers in this course is expected to have an iClicker and to bring it to class every day. They are primarily intended learn how you think the lecture is going and see how well you understand what has been presented. They will be used often, and they will contribute to your participation grade. However, you will never be graded on whether the answers you submit by iClicker are "correct"; it is more of an attendance grade.

You must buy a physical iClicker. We have found the phone apps to be completely unreliable. And they cost just as much as a regular iClicker anyway (more, since you can buy a used iClicker). You can buy an iClicker at the Campus bookstore, and you should be able to use it in several of your courses over the years. If you have never used an iClicker before, then you will need to register it with Cornell. The following two URLs will help you with this process:

Use of someone else's iclicker, either because you forgot yours or because they cannot be there and asked you to click theirs once or twice, is a violation of the Code of Academic Integrity and will be prosecuted.

iClicker App (Reef Polling) is Unsupported

In past semesters, we allowed students to use the iClicker App on their mobile phones. This was not ideal. Integrating mobile phones with in-class polls can be quite tricky, and the server went down on students a few times through the semester. However, we supported it because the app was free (as iClicker Go), making one less expenses for you.

However, now iClicker charges for the use of this app. There is no point in paying for this app when you can buy a used iClicker cheaper. As no one is benefiting from this app, we are no longer supporting it.


Other Python texts

You may use any other text that you wish as a reference. Here is a sample of conventional texts:

  • Campbell, Gries, Montojo, and Wilson, Practical Programming: An Introduction to Computer Science Using Python 3. The Pragmatic Bookshelf, 2013.

  • Zelle, Python Programming: An Introduction to Computer Science, 3rd ed.. Franklin, Beedle & Assoc., 2016.

  • Guttag, Introduction to Computation and Programming Using Python. MIT Press, 2016.

GitHub

We do not require the use of GitHub for this course, as it is a bit too advanced for many students. However, we know that some of you will use it anyway, particularly for sharing assignment code with your partner. Because of the new academic integrity policy, we need to put strict rules on its use.

The free accounts that you get from github.com are publicly viewable. That means anyone can see them, and anyone can download code from them. This means that if you put your code on GitHub, and another student downloads it, you will be held liable for cheating, even though you may have no idea who this other person is. In fact, any code we find in publicly visibile in GitHub will constitute and academic integrity violation whether or not anyone copies it.

If you want to use a code repository, you should use the official Cornell GitHub instead. Any projects that you put here will be protected and cannot be accessed by other students. You will not be held liable for security leaks that are not your fault.

We know that this is inconvenient for students that would like to show code to prospective employers. However, there has been enough abuse of this in recent years that we have had to take a stricter approach to GitHub. We recommend that you share your code through a private repository or else work on another Python project in your own time.


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