CSC111 Exercises for Fun
--D. Thiebaut (talk) 13:05, 13 March 2015 (EDT)
Here are suggestions for programming exercises some of you with free time during the break may want to do. There is nothing to submit, no grades to be had. Just some direction for programming in Python.
Some Old Labs and Homework Assignments
Below are some old labs and assignments, with some solutions. Just go throuth them without looking at the solution. When you get stuck, force yourself to find ways to fix the problem and give you 10 minutes to do so. Then, and only then, take a look at the solution, go back to Idle and try to fix the problem from the memory you have of the solution. Do not copy paste. Just type the code as you remember seeing it. Keep on repeating these steps until you get something that runs without errors.
- Lab 3, 2011, solution programs
- Lab 3, 2014, solution programs
- Lab 4, 2014 (the solutions are at the end)
- Homework 2, 2014, solution programs
- Homework 3, 2014, solution programs