SimPy is a free process-based, object-oriented discrete-event simulation language in Python. It provides the modeller with components for building a simulation model including Processes, for active entities like customers, messages, and vehicles, and Resources, for passive components that form limited capacity congestion points like servers, checkout counters, and tunnels. There are two varieties of Buffer classes, Levels to hold stored quantities and Stores to hold sets of objects.

PropertyValue
dbpedia-owl:abstract
  • SimPy is a free process-based, object-oriented discrete-event simulation language in Python. It provides the modeller with components for building a simulation model including Processes, for active entities like customers, messages, and vehicles, and Resources, for passive components that form limited capacity congestion points like servers, checkout counters, and tunnels. There are two varieties of Buffer classes, Levels to hold stored quantities and Stores to hold sets of objects. It has commands to aid interaction between entities. It provides Monitor and Tally objects to aid in gathering statistics and uses the standard Python random module to generate random variates. It is implemented in standard Python, 2. x and 3. x and is released as open source software under the GNU Lesser General Public License (LGPL). SimPy is platform-independent. It simulates parallel processes by an efficient implementation of coroutines using Python's generators capability. It is based on ideas from Simula and SIMSCRIPT II.5. The first version was released in December 2002.
dbpedia-owl:genre
dbpedia-owl:latestReleaseVersion
  • 2.3
dbpedia-owl:license
dbpedia-owl:operatingSystem
dbpedia-owl:programmingLanguage
dbpedia-owl:thumbnail
dbpprop:developer
  • SimPy developer community
dbpprop:genre
dbpprop:hasPhotoCollection
dbpprop:latestReleaseVersion
  • 2 (xsd:integer)
dbpprop:license
dbpprop:logo
dbpprop:name
  • SimPy
dbpprop:operatingSystem
dbpprop:programmingLanguage
dbpprop:released
  • 2002 (xsd:integer)
dbpprop:title
  • SimPy, a free discrete-event simulation package based on Python
dbpprop:wikiPageUsesTemplate
dbpprop:wordnet_type
dcterms:subject
rdf:type
rdfs:comment
  • SimPy is a free process-based, object-oriented discrete-event simulation language in Python. It provides the modeller with components for building a simulation model including Processes, for active entities like customers, messages, and vehicles, and Resources, for passive components that form limited capacity congestion points like servers, checkout counters, and tunnels. There are two varieties of Buffer classes, Levels to hold stored quantities and Stores to hold sets of objects.
rdfs:label
  • SimPy
owl:sameAs
wdrs:describedby
http://www.w3.org/ns/prov#wasDerivedFrom
foaf:depiction
foaf:isPrimaryTopicOf
foaf:name
  • SimPy
is owl:sameAs of
is foaf:primaryTopic of