Reference no: EM132303359
Biorhythms
Overview
In this assignment you will provide a Python script which will calculate the Biorhythms for an individual and present the data graphically using libraries and a common algorithm.
Learning Outcomes
The following course learning outcomes are assessed by completing this assessment: K1. Identify and use the correct syntax of a common programming language.
K2. Recall and use typical programming constructs to design and implement simple software solutions. K3. Reproduce and adapt commonly used basic algorithms.
K4. Explain the importance of programming style concepts (documentation, mnemonic names, indentation)
S2. Write and implement a solution algorithm using basic programming constructs. S3. Demonstrate debugging and testing skills whilst writing code.
A1. Develop self-reliance and judgement in adapting algorithms to diverse contexts.
A2. Design and write program solutions to identified problems using accepted design constructs.
Assessment Details
Biorhythms were developed by Wilhelm Fließ, a colleague of Sigmund Freud, in the 19th century and were very popular in the 1970s (Troutman, 1978); despite criticisms they are still used today in fields such as work safety to sports performance (Arab, Omidvari, & Nasiripour, 2014; Zareian, Rabbani, & Saeedi, 2014).
The theory underlying Biorhythms proposes that, from birth, three cycles: physical, emotional and intellectual affect our performance. Understanding these cycles can help to optimise our potential.

Figure 1
Biorhythm chart over the first 66-day period after birth (after Wiki)
Although there are many references available, the paper by Troutman (1978) has been attached as an early computer application.
An example of an algorithm to determine the day of any date has also been attached.
Your task is to develop a Python application that can display Biorhythms for a person given their date of birth and the target date. You should be able to provide the Biorhythms for a suitable spread around the target date as well.
In creating the application you should seek to provide novel views of the Biorhythm curves - views that provide insight.
While you are encouraged to research and discuss your work with colleagues, the final product must be all your own work. (Screen shots of a debugger might be useful in explaining how your code works.)
Any help must be acknowledged as well as any resource material.
Attachment:- Biorhythms.rar