Project
Program - deadline - session 8 (28.10-29.10)
This week you should start working on the code for your project. The program has to be released before session 8.
Please make sure that the presented project meets all the requirements:
- The solution (program) must contain at least two functions (def) written by you and you should use them in the program.
- The program must also contain at least two conditional statements (if), at least one of them should contain else and/or elif block.
- The program must contain at least one loop (for and/or while).
- In the program you should use try-except for making sure that program does not crash.
The submitted project files are not the only criteria for project evaluation. You should also present the program to your group mates making a video or slide show in order to get the points for the project.
- For screen recording, you can use, for example, OBS Studio.
- It is a good idea to try some screen recording tool as we will ask for screen recording during the exam.
- You can create a self-running presentation in PowerPoint and add sound to it.
To get feedback from your group mates on your project, put your presentation into the forum (there is the separate forum for project presentations where you will be able to see others' presentations only when you will submit yours, please do not post your presentations to the general forum). Be active and leave feedback about your group mates' projects as well: comment on how you like one's project or what could be improved!
Some guidelines on how the presentation should look like:
- Present your solution in a clear and short way, definitely under 5 minutes (less is even better - the shorter and clearer you talk about it, the more you convince the others that you have understood what you have done).
- Presentation should start with a small demo of your program, showing what it does and how to use it (in case of screen recording). In the case of the slide show, you can add some pictures of your program and explain how it works.
- Then you should briefly explain how your program is built up (what are the functions, how have you checked that the program doesn't crash, where do you use if's and loops). Note that you don't have to explain each and every line of the program!
All problems regarding the project should be solved before the practical session 8. Ask for help before the session!
Have fun finishing your projects!