<<TableOfContents>>
= SimPy - discrete-event simulation language =

SimPy (= Simulation in Python) is an object-oriented, process-based discrete-event simulation language based on standard Python. It is released under the GNU Lesser GPL (LGPL), starting with version 1.5.1 (previous versions were released under GPL). It provides the modeler with components of a simulation model including processes, for active components like customers, messages, and vehicles, and resources, for passive components that form limited capacity congestion points like servers, checkout counters, and tunnels. It also provides monitor variables to aid in gathering statistics. Random variates are provided by the standard Python random module.

== Home Page ==
 * [[http://simpy.sourceforge.net/|SimPy]]
 * [[http://www.mcs.vuw.ac.nz/cgi-bin/wiki/SimPy|SimPy Wiki]]

== Download ==
 * [[http://sourceforge.net/project/showfiles.php?group_id=62366|SimPy Download]]

== Some Articles ==
 * [[http://www.onlamp.com/pub/a/python/2003/02/27/simpy.html|SimPy: Simulating Systems in Python]]
 * [[http://www.pyzine.com/Issue007/Section_Articles/article_SimPy.html|Simulating with SimPy]]

----
published by [[huangyi]] [[yi.codeplayer@gmail.com]]