The next course in Computer Science is Comp 401 wherein you will learn Java. You already know how to
program
so learning Java will mostly be a matter of learning the way to
say
things in that language. Here is a brief example so we can talk about the key differences.
more...
Please complete the Carolina Course Evaluation form
online
.
more...
Here are some short code fragments to help you with Assignment 7.
more...
I've got another meeting so I will not be available 9-10 on Tuesday 15 March.
more...
I'm seeing a few recurring issues with Assignment 5. I'll address them here.
more...
The version of pylab in the Enthought Python Distribution we are using has a bug in the
imsave
routine we need. I have modified the prototype in A5.zip to use a different function. If you haven't yet started, download the new version from the assignment. If you have already started modify the function
save_binary_image
to look like this:
more...
You can make your life ton's easier if you add a command to Komodo to automatically save your file and run the script you are editing. I'll show you how.
more...
Today we will talk about defining our own functions looking at some important edge cases. Instead of typing at the command prompt, today I'll show you how to run a script from within Komodo.
more...
Several of you have asked for more practice with array operations. These explore some edge cases that may surprise you. Think about what they should do and then try them out at the command prompt.
more...
For the remaining assignments you will download a Zip file, unpack it to your desktop, work in that folder, compress the folder (with all its contents) back to a Zip file, and upload that to Blackboard. I'll attempt to describe how that is done for the various systems.
more...
Next Page ยป