Data as of Sep 9, 2026 · Based on 3,265,539 AI responses across 10,525 prompts · See how Parse measures this
SimPy is a Python-based discrete-event simulation framework where processes are defined by Python generator functions to model active components and their interactions. It provides shared-resource abstractions to simulate limited-capacity points like servers or counters and supports running simulations as fast as possible, in real time, or by stepping through events. The project is open source under the MIT License and includes tutorials, guides, examples, and an API reference for building and sharing simulations.
Parse Score