Project 1: Hello, world

Due Date

See the calendar for due date.

Objectives:

Description

Write a Python script (with comments) that displays the following:
  1. hello, world on the first line
  2. Your full name on the second line
  3. A nickname enclosed in quotes on the third line
  4. Something amazing about you, starting on the fourth line
  5. Find the row on the table at of the Occupational Outlook Handbook that best describes your future career. State the job title and explain what you want to do and why.
Save your script as a .py file. To produce a .py file in IDLE, click on the File menu, then New File. To execute your script, click on the Run menu, then Run Module. To save the file, click on the File menu then Save.
Additionally, copy and paste the rubric below into a rubric-project1.txt file (not a .doc nor a .docx file). Think of this as a checklist to ensure that you receive the maximum points possible. For each grade item, fill in your estimate for the grade you deserve. Also, include your estimate of how many hours your spent. Lastly, replace, (REPLACE WITH YOUR FULL NAME) with you full name to indicate that what you are submitting is entirely your own work. You can create this as a new file in IDLE and save it as a .txt file. You can also use Notepad on Windows machines to do this in Microsoft Word, but make sure you save it as the correct file type.

Examples

For example, the following is an example of correct execution:
hello, world
My name is Hyrum Carroll.
You can call me "Dr".
Something I'm proud of is that I encouraged my friend to re-finance his home mortgage, saving him and his family over $100,000!
I want to be a professor.  Not only do I feel like it is my calling, I love helping people learn a very valvable skill that can change their lives!

Submission

Submit your project1.py and your rubric-project1.txt to the appropriate Assignment tab/folder in CougarVIEW. Do not submit statements copied from the interpreter window (for example, with lines starting with >>>). You can resubmit as many times as you like. Please use the same file names if you resubmit.

Rubric:

Points       Item
----------   --------------------------------------------------------------
_____ /  5   Meaningful comments (comment header block and description of major portions of code)
_____ / 10   Line 1 (correct print() call)
_____ /  4   Line 2
_____ /  4   Line 3
_____ /  4   Line 4
_____ /  4   Line 5
_____ /  2   Completed rubric (estimates for each line including hours spent)

_____ / 33   Total


_____  Approximate number of hours spent

I, (REPLACE WITH YOUR FULL NAME), affirm that the code that I submitted is my own work and that I did not receive help that was not authorized by the instructor.