Popppy
Population Propogation in Python. Simulate births, marriages, deaths
EXPECTED RELEASE DATE 12TH AUG 2020
Popppy simulates a population of men and women over a period of time in 1 year time-steps, implementing marriages, births, and deaths. Execution starts with an input consisting of given numbers of men and women of particular ages. It does a decent job predicting 10 to 20 years ahead. Beyond that the input parameters fertility rate, marriage age and mortality rates could change in an unpredictable manner. The tool could also be useful and fun for a student...