Uploaded by mehertammina226

IDE Trial

advertisement
Course:
MIS 661A Problem Solving Methods and Tools
Assignment:
IDE Trial
Grading Scale: Credit / No credit (counts toward Unit 2 Course Involvement grade)
General Instructions
This assignment is for individual completion and is intended as a check point in having a Python IDE
available for your future assignments.
You will create a Python code file following the requirements below. The file name should include your
name, e.g., Doe_Jane_IDETrial.py and you should upload it to IDE Trial in Assessments (or Assignments.)
Specific Requirements
Work through the asynchronous material for Unit 2.
Following the guidelines in the IDE_install_guide_v6.pdf document available in Files (or on the Unit 2
page), install the IDE on a computer that you will use regularly for assignments in this course. If you are
not able to install and use the IDE on your computer, contact the instructor right away.
Launch Spyder and type the following code into the File Editor window and save it with the file name as
instructed above. Note that you should put your name in a Comment line, e.g., see line 7 in the example.
Download