Change Contents of the Bubble
Welcome to CS1315. Click on the python to add comments.

Looking for the book? They have it at the Engineer's Bookstore at 748 Marietta St NW. Here is there website: http://www.engrbookstore.com/ - Monica

Hotspots: Slides and CodeTA CornerComments?AnnouncementsFAQStatic Webspace
View this PageEdit this Page (locked)Uploads to this PageHistory of this PageHomeRecent ChangesSearchHelp Guide

Book Errors and Feedback

The current book for the course is Introduction to Programming in Python: A Multimedia Approach. Mark Guzdial, 2005. If you find any errors in that latest book (white cover) then edit and add them here:

We could use your help finding and fixing bugs in the book!

Thanks for your help in improving the book!


Errors from the older versions of the book are linked here (from the books while the title was Introduction to Media Computation: A Multimedia Cookbook in Python Second Edition Errors and First Edition Errors.

Location

Error

Recipe 37Posterize has conditions set in a way that is probably confusing, i.e., testing for < 64 and then for > 63, and for sure disagrees with specification given on page 105, where it says that if red is in the range of 1,2,3...64, we make it 31. In fact, code you wrote does this for range 1,2,3, ..., 63.
Page 105When using ... for numerical ranges there should in normal mathematical writing be commas before and after the ... (Bob Sloan)
Page 181The sound function copies to the wrong sound (it copies to source when it sould be copying to target as the text describes). -Blake O'Hare

Add any errors you stumble upon here...



(Don't worry about your addition not automagically going into the chart above. One of the bored TA's will make it pretty in his free time.)

Links to this Page