mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-07 22:28:47 -05:00
[PR #880] [MERGED] Adding SimPy to the Science section #790
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/880
Author: @gautamk
Created: 4/25/2017
Status: ✅ Merged
Merged: 4/25/2017
Merged by: @vinta
Base:
master← Head:simpy📝 Commits (1)
64cb249Adding SimPy to the Science section📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
What is this Python project?
SimPy is a process-based discrete-event simulation framework. Processes in SimPy are defined by Python generator functions and can, for example, be used to model active components like customers, vehicles or agents. SimPy also provides various types of shared resources to model limited capacity congestion points (like servers, checkout counters and tunnels).
Simulations can be performed “as fast as possible”, in real time (wall clock time) or by manually stepping through the events.
What's the difference between this Python project and similar ones?
I haven't found other python libraries which offer functionality similar to SimPy for Python so I'm not able to offer a comparison.
--
Anyone who agrees with this pull request could vote for it by adding a 👍 to it, and usually, the maintainer will merge it when votes reach 20.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.