On May 12, 5:37 am, Iman <[EMAIL PROTECTED]> wrote:
> is there any sample source code in python or links, docs to help me ?
>  thanks for your attention .

I've used SimPy in the past to implement a factory simulation.  The
SimPy web site claims that it has been used for traffic simulation,
but does not give any links.

    http://simpy.sourceforge.net/index.html

I found it to be a very neat discrete event simulator, making good use
of Python language features (especially generators).

HTH,
-- Paul
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to