Question
python For your project, you are to design and develop a new, original program of your own choosing. You may choose from the list of
python
For your project, you are to design and develop a new, original program of your own choosing. You may choose from the list of suggested topics below or use your own idea. Read all the instructions very carefully and review the grading guidelines for this assignment. Your work will be graded according to the grading guidelines presented below.
Suggested Topics:
Professional sports
Fitness Tracker
Exercise log
Cash register
Currency converter
Calorie counter
Ideal Heart Rate Calculator
Cell phone bill estimator
Scientific Calculations
Word cloud generator
Flash cards
Story generator
Game
Grading
Criteria | Range Low End (Did not do or did very little effort) | Range High End (Used correctly and spent time/effort on programming) |
Program documentation. Using Jupyter Notebook Markdown Cells document: Name and description of the project. List of inputs/outputs. Instructions on how to use the program. Code cells have comments to document functionality. Notebook sections have markdown cells to document that section of code. | 0 | 5 |
Used variables of multiple types. Use at least an int and string in the project. You can use floats or other types if needed. | 0 | 5 |
Names of variables are meaningful and the program comments self-document the code. | 0 | 3 |
Prompt user for input. Entered data from the keyboard and use in some form of an output. | 0 | 5 |
Formatted output. Example if you compute pounds the output has lbs appended to the results. | 0 | 2 |
Process some form of data. User inputs, read a text or csv file, etc. | 0 | 5 |
Use of some form of control flow. An if statement, while loop etc. | 0 | 5 |
Use at least two functions in the project. One must pass in at least one variable and returns at least one result. | 0 | 15 |
The notebook runs without error and the output is correct. | 0 | 3 |
Submission of the. ipynb file with any supporting data files to be able to run the project locally. | 0 | 2 |
Total Possible Points | 0 | 50 |
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started