artificiall, agent, movement

Paul McGuire ptmcg at austin.rr.com
Mon May 12 10:08:39 EDT 2008


On May 12, 5:37 am, Iman <iman.dar... at gmail.com> 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



More information about the Python-list mailing list