program organization question

Vincent Davis vincent at vincentdavis.net
Wed Jan 28 20:00:36 EST 2009


Basically my program simulates the Medical Residency Match, generating
simulated data, running the match and then summarizing results. Currently it
does this all in one document (starting conditions--Gen data--run
match--summarize results). I will be running multiple simulations on
different starting condition and data generation. My question is how should
I organize this. My plane was to have a separate document for staring
conditions, data generation because these will change for each simulation.
Then on for the match a summarizing data as this will always be the same
except for saving the results as different names.
I don't even know how to pass data from on program to another although I
think I can figure this out.

Any guidance?

Thanks
Vincent Davis
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20090128/a58069e4/attachment.html>


More information about the Python-list mailing list