Skip to main content

Posts

Showing posts from November, 2014

CS101-Stanford- ONLINE Until 9/2015

Stanford CS101   For those who have not completed the course yet or who are just starting the course now, it is now available in a self paced mode which enables you to generate a Statement of Accomplishment on your own schedule. For each video section, there's a companion written document that explains the topic (this is the document Nick is scrolling through during the video). The document for each video is on the same page as the video, but lower down. You can go try any of the examples shown in the video. Code Exercises For the code-writing exercises, there is a code area with a Run button that works just like in lecure. You can edit and run your code, looking at its output. When you have an exercise answer you think is correct, try the "Submit" button below and to the left of the code area. This will check your answer, giving either a green-checkmark (correct), or a red X (not correct). You can submit any number of times. Due to a quirk in the op...