MCS 260 Project Descriptions
Five computer projects will be assigned during the semester.
- Project One due Friday 14 September 2007, 1PM :
Converting Units of Temperature.
A possible solution :
convtemp.py
- Project Two due Friday 28 September 2007, 1PM :
Writing Numbers in Words.
A possible solution :
numbers.py
- Project Three due Monday 22 October 2007, 1PM :
A Simplified Blackjack Game.
A possible solution :
sbj.py
- Project Four due Wednesday 7 November 2007, 1PM :
Drawing Random Walks.
Try randgray.py first.
A possible solution :
randwalk.py
uses the module writeps.py
- Project Five due Wednesday 5 December 2007, 1PM :
Interval Arithmetic.
A possible solution :
interval.py
a bonus project:
- Project Six due Monday 10 December 2007, 1PM :
a GUI for an Automated Quiz.