From 64cb24964fddc5797c2e1fd96bc6f182d849ec30 Mon Sep 17 00:00:00 2001 From: Gautam Date: Mon, 24 Apr 2017 17:42:08 -0700 Subject: [PATCH] Adding SimPy to the Science section SimPy is a process-based discrete-event simulation framework. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 87eeada8..213de865 100644 --- a/README.md +++ b/README.md @@ -947,6 +947,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [statsmodels](https://github.com/statsmodels/statsmodels) - Statistical modeling and econometrics in Python. * [SymPy](https://github.com/sympy/sympy) - A Python library for symbolic mathematics. * [Zipline](https://github.com/quantopian/zipline) - A Pythonic algorithmic trading library. +* [SimPy](https://bitbucket.org/simpy/simpy) - A process-based discrete-event simulation framework. ## Search