W06 Final Project Milestone
Purpose
Prove that you can write a significant Python project that solves a real-world problem and is well organized with functions.
Assignment
Develop the program that you proposed in the
project proposal assignment. Your program must include multiple functions
that you verify are correct with test functions and
pytest
.
Submission
At the end of this week, you must submit quiz that reports your progress.
Project Milestone
-
Time—50%: Did you spend at least eight hours on your Python program or test functions during the current week?
-
Organization—30%:
-
Is your program organized into multiple functions?
-
Does each function in your program perform just one task?
-
-
Progress—20%: Did you complete some significant part of your program during the current week?
Useful Links:
- Return to: Week Overview | Course Home