Popular recipes by Damian Esteban http://code.activestate.com/recipes/users/4187532/2013-08-15T03:22:24-07:00ActiveState Code RecipesCreature Population Simulator (Python) 2013-08-15T03:22:24-07:00Damian Estebanhttp://code.activestate.com/recipes/users/4187532/http://code.activestate.com/recipes/578641-creature-population-simulator/ <p style="color: grey"> Python recipe 578641 by <a href="/recipes/users/4187532/">Damian Esteban</a> (<a href="/recipes/tags/creation/">creation</a>, <a href="/recipes/tags/populate/">populate</a>, <a href="/recipes/tags/simulation/">simulation</a>). </p> <p>After wondering how human populations can increase in size and writing a simulator for the problem, a simpler question came to mind regarding a population without death. This creature population simulator is an old experiment that served its purpose well. The code here is committed for archival to be run under Python 2.5 or later versions.</p>