SimPy
SimPy is a process-based, object-oriented discrete-event
simulation language. It is implemented in standard Python and released as Open Source under the GNU Lesser General Public License (LGPL). It provides the modeller with components for
building a
SimPy simulates parallel processes by an efficient implementation of coroutines using
Python's generators capability. It is based on ideas from
Because it is implemented in Python, SimPy is platform-independent and can run on practically all modern operating systems.
External links
This entry is from Wikipedia, the leading user-contributed encyclopedia. It may not have been reviewed by professional editors (see full disclaimer)




