Got it! This site uses cookies. You consent to this by clicking on "Got it!" or by continuing to use this website.nbsp; Note: This appears on each machine/browser from which this site is accessed.
You are not logged in. Go to Login page. You need to login before you can view more content. (content omitted that requires login)
4. Presentation generation of results
5. Requirements
Write a Python program to do the following.
Find some data from your project for which you can make a table and a simple 3D chart using matplotlib.
Create a Python program that generates the required PowerPoint presentation as a pptx file.
The Python program should be self-contained and not require any other files other than standard packages covered in class. You can use the unchanged rsPlot, rsLoren, etc. Any other custom module code should be inserted into your program such that it is self-contained.
In conveying what you have done, create a pptx presentation that has the following parts.
A title slide with your name below the title.
An introduction slide presenting your problem.
A table slide showing the data.
A image slide, with a 3D image generated by matplotlib, with some explanation.
A conclusion slide that concludes the presentation.
The submission will be in the form of a zip file. The zip file should contain the following.
The Python code files used. There should be no external references in the Python code other than to imports of known libraries. All file and other references should be to the current folder.
Do not include Python code files not used.
The PowerPoint presentation as a pptx file as one of the files in the folder.
Any supporting files such as the generated image, data, etc.
There is a limit of about 1MB for the submission. Do not include any files not specifically needed for this work. Do not use sub-folders - put everything in the root folder with files being submitted.
If the requirements are unclear in any way, use any provided input and output to resolve the discrepancy.
6. Domain knowledge
Domain knowledge is the background knowledge that is useful in solving a problem, designing a solution, implementing the solution, etc. The following domain knowledge may be useful for this requirement.
The domain data will depend on your project data.
Note: In addition to specific domain knowledge, you should be familiar with all concepts covered to this point in the course.
7. Coding notes
The following coding examples and/or notes may be of use for this requirement.
See the class notes for additional relevant coding content.
Note: The code below will be specific to your project and data. Thus, there is no one solution to this work. The code and zip file for download is for a template for getting started and for submission.
Make all necessary assumptions. Make no unnecessary assumptions.
In addition to specific coding examples, you should be familiar with all concepts covered to this point in the course.
8. Starter program
You are provided with the following starter program in file pptmake.py.
Do not remove any comment that starts with two hash signs.
Here is the Python code.
You are to fill in the missing parts of the program according to the work requirements (see above).
In the comments at the top, you are to fill in the author (your name), help received (person and type of help), and pseudo-code parts which are not in the solution (usually provided, but you need to add them). Remove the parentheses too.
9. Possible solution
Begin solution
Here is a possible solution to the above problem. Note: Once a solution is provided, or the day before the next class, further submissions for this work receive no credit.
End solution
10. Scoring rubric
CS 496 - A11 : Asmt#11: PowerPoint generation
Your grade: _ / 30
[LATE] Late or redo penalty: _ / -30
[SUBMIT] Not submitted properly: _ / -30
[STYLE] Presentation style requirements: _ / -10
[PROGRAM] Program content requirements: _ / 9
[OUTPUT] Program output in presentation: _ / 6
[CONTENT] Presentation content requirements: _ / 15
[CREDIT] Extra credit: _ / +6
Comments: