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.
## 📋 Pull Request Information
**Original PR:** https://github.com/vinta/awesome-python/pull/880
**Author:** [@gautamk](https://github.com/gautamk)
**Created:** 4/25/2017
**Status:** ✅ Merged
**Merged:** 4/25/2017
**Merged by:** [@vinta](https://github.com/vinta)
**Base:** `master` ← **Head:** `simpy`
---
### 📝 Commits (1)
- [`64cb249`](https://github.com/vinta/awesome-python/commit/64cb24964fddc5797c2e1fd96bc6f182d849ec30) Adding SimPy to the Science section
### 📊 Changes
**1 file changed** (+1 additions, -0 deletions)
<details>
<summary>View changed files</summary>
📝 `README.md` (+1 -0)
</details>
### 📄 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 :+1: to it, and usually, the maintainer will merge it when votes reach **20**.
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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.