这个作业是使用Python设计个人项目的Python代写

COMP10003 Personal Project 2020 – Part III
该项目包括三个部分:
1.设计:拟议系统的情节提要– 10%
2.设计II:大纲和代码片段(此部分)– 10%
3.实施:大约50行代码的基本原型-20%
所有提交都将提交给LMS。请确保您的提交
包括您的姓名和学生编号。
第3部分:实施–截止日期为2020年6月17日(星期三)下午5点
该实现的价值是该主题分数的20%。主要有两个
要提交的元素:
程序代码:一段有效的代码片段,理想情况下为五十行,但最大为绝对值
最多100个。代码应包括:函数的定义和使用;指某东西的用途
列表,以及循环的使用。应该有很好的注释,并使用可以
符合Python命名变量标准。
测试和开发报告:对使用
代码,以及对其完整性的评论。最多A4页,含文字
不小于11点。对于部分或全部代码,不会有任何惩罚
不完整。重要的是要显示出对发展水平的认识。
代码,报告代码的开发方式以及已完成的测试级别
报告中的内容。
大纲的评分方案:
演示文稿(占15%):整齐地组织,格式化和布局的演示文稿
整体提交。
代码(60%):考虑以下因素的示例代码:
程序和结构的使用:代码中是否包含对程序的定义和使用
函数,循环,列表和其他适当的结构。
良好做法:代码是否经过精心设计,并使用循环,列表等避免重复
变量名,并在适当的地方减少代码的唯一性。
可读性:代码是否经过良好注释和布局?是函数名和变量名
可读且有意义

Functionality: is the code reliable and effective for the intended purpose of the program
Documentation (25%): The testing and development report, considering:
Quality of testing: is the reported testing plan systematic and thorough, reflected in
good-quality code that has few or no bugs
Quality of development: is there a clear report of the method used to develop the code,
that is consistent with the code as presented? Is there use of a clear design and
development cycle?
Awareness of completeness: does the report clearly and accurately report what is
complete or incomplete, and of any unresolved bugs or issues in the code