CSE 111: Programming with Functions

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

  1. Time—50%: Did you spend at least eight hours on your Python program or test functions during the current week?
  2. Organization—30%:
    1. Is your program organized into multiple functions?
    2. Does each function in your program perform just one task?
  3. Progress—20%: Did you complete some significant part of your program during the current week?

Useful Links: