Python CIS325

PURPOSE The Class Project will enable students to demonstrate a comprehensive understanding of Python programming techniques. Students will need to understand the class project problem, devise a solution, use functions, while loops, formulas and store simulation results in a list for further analysis. This assignment aligns with our W.P. Carey School of Business learning goals, where items in bold have significant coverage, as follows: 1. Critical Thinking 2. Communication 3. Discipline Specific Knowledge 4. Ethical Awareness and Reasoning 5. Global Awareness Skills: The purpose of this assignment is to help you practice the following skills that are essential to your success in business data analysis projects beyond school: 1. Understand a simulation business problem and define a Python solution 2. Create and execute Python functions 3. Use lists, print, while loops, and if statements in Python Knowledge: This assignment will also help you to become familiar with the following important content knowledge: 1. Use and save script solutions you created in Python using Anaconda and Spyder in console applications TASK 1. All the work for this assignment is individual effort only. 2. The full grading points for this assignment are 20 per the class syllabus. 3. Check the syllabus in our course site for this assignment’s submission deadline 4. Submit your code via our course site only. As mentioned in the syllabus, any submission not delivered via our course site (i.e., via email, thumb drive, Dropbox files share, Google drive files or share, pictures via email and/or text message, etc.) will receive zero credit for this assignment. CRITERIA FOR SUCCESS 1. The lectures and in-class exercises posted in our course site, are annotated examples of effective Python script submissions. Students should take the time to study these in-class exercises to see examples of successful Python scripts in practice for this assignment. 2. A successful assignment submission has Python code that is ready to run in Anaconda Spyder by hitting the Run function button (or pressing F5 in Windows). Be advised that the Instructor will not be debugging nor modifying your code to run correctly for review and/or grading purposes. 3. I would encourage students to follow, in your Python script submissions, the Python Style Guidelines, as outlined in the ‘Zen of Python’ style guide. Following these guidelines in your submissions will be an essential consideration in your grades for this assignment. 4. I recommend students to be proactive and not wait until the last minute to do this assignment. I can guarantee that you may run into technical issues if you fail to be proactive. This is a great opportunity to practice your professional skills, having contingency plans to manage technical issues. It may take 24 hours for the instructor to respond to your emails, so plan accordingly and be proactive when requiring assistance from the instructor given the deadline for this assignment.